From 1d292c6a971076e77349ad3a13a19f1ae7573415 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Sun, 31 Jan 2016 02:13:25 +0100 Subject: Signatures: Remove narrow panel --- downloads/signatures/index.html | 45 ++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 23 deletions(-) (limited to 'downloads') diff --git a/downloads/signatures/index.html b/downloads/signatures/index.html index 2959b13..e6a6d6f 100644 --- a/downloads/signatures/index.html +++ b/downloads/signatures/index.html @@ -5,11 +5,12 @@ nav1: downloads nav2: signatures nav2-show: true --- -

- Our current releases are signed with either of these keys or any sub keys: + Our current releases are signed with either of these keys or any sub keys:

+
+ @@ -40,35 +41,33 @@ nav2-show: true
Key ID/Type/Fingerprint
-
-
-
-
-

Verifying Files

-
-
-

To verify downloaded files are not tampered with, you need the .DIGESTS file matching your release and the matching key from the table above.

+
+ +
+
+

Verifying Files

+
+
+

To verify downloaded files are not tampered with, you need the .DIGESTS file matching your release and the matching key from the table above.

-

Fetch the key:

+

Fetch the key:

-

gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys <key id>

+

gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys <key id>

-

Verify the DIGESTS file:

+

Verify the DIGESTS file:

-

gpg --verify <foo.DIGESTS.asc>

+

gpg --verify <foo.DIGESTS.asc>

-

Verify the download matches the digests. At least one of the following will exist:

+

Verify the download matches the digests. At least one of the following will exist:

-

sha512sum -c <foo.DIGESTS.asc>

-

sha256sum -c <foo.DIGESTS.asc>

-

sha1sum -c <foo.DIGESTS.asc>

+

sha512sum -c <foo.DIGESTS.asc>

+

sha256sum -c <foo.DIGESTS.asc>

+

sha1sum -c <foo.DIGESTS.asc>

-
+
-
- Detailed instructions are available in the Gentoo Handbook. -
-
+
+ Detailed instructions are available in the Gentoo Handbook.
-- cgit v1.2.3-18-g5258