-
Notifications
You must be signed in to change notification settings - Fork 51
FAQ
Taras Drozdovskyi edited this page Oct 13, 2021
·
11 revisions
To perform the verification, you need the following:
- Signed file – for example edge-home-orchestration-go-v1.0.0.tar.gz
- Signature file – accompanying file with “.asc” extension (Ex. edge-home-orchestration-go-v1.0.0.tar.gz.asc)
- Public key – downloaded from a key server
$ gpg --with-fingerprint <signature file>
$ gpg --keyserver pgp.mit.edu --recv-keys <key-ID>
$ gpg --verify <signature file> <signed file>