LogoLogo
DevnetSeek
  • Introduction
    • Overview
    • Why Fermah?
    • Supported Proof Systems
    • Key Terms and Concepts
    • On Zero-Knowledge Proofs
  • Network
    • Components
  • Testnet
    • Overview
    • For Prover Nodes
      • Installation
      • Provers
      • Configuration
      • Machine Secret
      • Registration
      • Telemetry
      • Starting a Node
  • Resources
    • GPG
    • Support
    • Website
    • Github
    • X
    • Discord
Powered by GitBook
LogoLogo

© 2025 Fermah

On this page
  • Import Key
  • Verify

Was this helpful?

  1. Resources

GPG

Hosted Fermah GPG signing key for verification of our executed scripts.

PreviousStarting a NodeNextSupport

Last updated 1 month ago

Was this helpful?

Import Key

Download the key file and run this command:

gpg --import fermah-gpg.asc

This will import our key and will be useful for any future verifications.

Verify

Our Install Script has a .asc signature file alongside them. e.g. file install.sh will have install.sh.asc available.

gpg --verify install.sh.asc install.sh

Example for Install script

Here's an example for downloading both the signature and the script:

wget https://storage.googleapis.com/fermah-releases/install.sh.asc
wget https://storage.googleapis.com/fermah-releases/install.sh
gpg --verify install.sh.asc install.sh

If verification fails, you should not run the script file and contact us immediately.

The verification signature should display the email from one of our engineers.

409B
fermah-gpg.asc
Public GPG key