Verify Maddy signature #726
-
How can I verify "releases/download/v0.7.1/maddy-0.7.1-src.tar.zst" using "releases/download/v0.7.1/maddy-0.7.1-src.tar.zst.sig"? I'm getting gpg errors. Sorry if it's a stupid question! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Release artifacts are signed using PGP key 3197BBD95137E682A59717B434BB2007081396F4, available at public key server openpgp.org: https://keys.openpgp.org/vks/v1/by-fingerprint/3197BBD95137E682A59717B434BB2007081396F4 Possible output:
|
Beta Was this translation helpful? Give feedback.
Release artifacts are signed using PGP key 3197BBD95137E682A59717B434BB2007081396F4, available at public key server openpgp.org: https://keys.openpgp.org/vks/v1/by-fingerprint/3197BBD95137E682A59717B434BB2007081396F4
You need to download and import the key using
gpg --import
command. Then you should be able to run the verification command e.g.gpg --verify maddy-0.7.1-src.tar.zst.sig
.Possible output: