Verify Maddy signature #726
Answered
by
foxcpp
superpestro
asked this question in
Q&A
|
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! |
Answered by
foxcpp
Sep 16, 2024
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: |
1 reply
Answer selected by
superpestro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 --importcommand. Then you should be able to run the verification command e.g.gpg --verify maddy-0.7.1-src.tar.zst.sig.Possible output: