diff options
Diffstat (limited to 'downloads/signatures/index.html')
-rw-r--r-- | downloads/signatures/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/downloads/signatures/index.html b/downloads/signatures/index.html index 41be673..68a5f9b 100644 --- a/downloads/signatures/index.html +++ b/downloads/signatures/index.html @@ -75,6 +75,10 @@ nav2-show: true <p><kbd>gpg --keyserver hkps://keys.gentoo.org --recv-keys <key fingerprint></kbd></p> + <p>Alternatively, you can fetch a bundle containing all listed keys:</p> + + <p><kbd>wget -O - https://qa-reports.gentoo.org/output/service-keys.gpg | gpg --import</kbd></p> + <p>Verify the <tt>DIGESTS</tt> file:</p> <p><kbd>gpg --verify <foo.DIGESTS.asc></kbd></p> |