How to verify release #993
freddiemacd
started this conversation in
Security Best Practices
Replies: 2 comments
-
Hi, now you should just run:
And make sure you have an OK there in the output of the last command (and that the verify command passes successfully) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for that. It has helped me to understand gpg more and to verify your software. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to gpg and I feel like I'm missing something.
How do I properly verify the release on Ubuntu?
First i did
wget https://github.com/cryptoadvance/specter-desktop/releases/download/v1.2.2/specter_desktop-v1.2.2-x86_64-linux-gnu.tar.gz
Then I did,
wget https://stss-specter-release.asc
I then,
gpg --import ss-specter-release.asc
and I saw the expected output.
What next, to be sure the file was signed by that key?
Beta Was this translation helpful? Give feedback.
All reactions