The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Talk:GPG Signatures"
(change "root" to "username") |
|||
Line 23: | Line 23: | ||
root # gpg --verify stage3-latest.tar.xz.gpg stage3-latest.tar.xz | root # gpg --verify stage3-latest.tar.xz.gpg stage3-latest.tar.xz | ||
-------------------------------------------------------- | -------------------------------------------------------- | ||
============= | |||
2021-12-01: When testing this from an instantlled funtoo system, I had to add a --keyserver flag to the recv-key command: | |||
gpg --keyserver pgp.mit.edu --recv-key E986E8EE |
Revision as of 20:04, December 1, 2021
Please note & edit the user type used for gpg admin tasks such as adding / updating keys etc. The user should be a regular user and does not require root privileges.
The changes should be made to the 3 sections I outlined below. They appear in the 3 colour shaded panels on the documentation page.
Thank you ~SJR~
root # gpg --recv-key E986E8EE root # gpg --edit-key E986E8EE gpg> trust Your decision? 5 Do you really want to set this key to ultimate trust? (y/N) y gpg> quit
root # gpg --recv-key 11FD00FD 683A2F8A BEA87CD2 EEE54A43 62DD6D47 6B365A89
root # gpg --verify stage3-latest.tar.xz.gpg stage3-latest.tar.xz
=
2021-12-01: When testing this from an instantlled funtoo system, I had to add a --keyserver flag to the recv-key command:
gpg --keyserver pgp.mit.edu --recv-key E986E8EE