commit: 1d292c6a971076e77349ad3a13a19f1ae7573415
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sun Jan 31 01:13:25 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 01:13:25 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=1d292c6a
Signatures: Remove narrow panel
downloads/signatures/index.html | 45 ++++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 23 deletions(-)
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
---
-
<p>
- Our current releases are signed with either of these keys <strong>or any sub
keys</strong>:
+ Our current releases are signed with either of these keys <strong>or any sub
keys:</strong>
</p>
+<br>
+
<table class="table table-striped">
<tr>
<th>Key ID/Type/Fingerprint</th>
@@ -40,35 +41,33 @@ nav2-show: true
</tr>
</table>
-<div class="row">
- <div class="col-xs-12 col-md-8 col-md-offset-2">
- <div class="panel panel-default">
- <div class="panel-heading">
- <h3 class="panel-title"><span class="fa fa-fw
fa-check-circle-o"></span> Verifying Files</h3>
- </div>
- <div class="panel-body">
- <p>To verify downloaded files are not tampered with, you need the
<tt>.DIGESTS</tt> file matching your release and the matching key from the
table above.</p>
+<br>
+
+<div class="panel panel-default">
+ <div class="panel-heading">
+ <h3 class="panel-title"><span class="fa fa-fw fa-check-circle-o"></span>
Verifying Files</h3>
+ </div>
+ <div class="panel-body">
+ <p>To verify downloaded files are not tampered with, you need the
<tt>.DIGESTS</tt> file matching your release and the matching key from the
table above.</p>
- <p>Fetch the key:</p>
+ <p>Fetch the key:</p>
- <p><kbd>gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys
<key id></kbd></p>
+ <p><kbd>gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys <key
id></kbd></p>
- <p>Verify the <tt>DIGESTS</tt> file:</p>
+ <p>Verify the <tt>DIGESTS</tt> file:</p>
- <p><kbd>gpg --verify <foo.DIGESTS.asc></kbd></p>
+ <p><kbd>gpg --verify <foo.DIGESTS.asc></kbd></p>
- <p>Verify the download matches the digests. At least one of the
following will exist:</p>
+ <p>Verify the download matches the digests. At least one of the following
will exist:</p>
- <p><kbd>sha512sum -c <foo.DIGESTS.asc></kbd></p>
- <p><kbd>sha256sum -c <foo.DIGESTS.asc></kbd></p>
- <p><kbd>sha1sum -c <foo.DIGESTS.asc></kbd></p>
+ <p><kbd>sha512sum -c <foo.DIGESTS.asc></kbd></p>
+ <p><kbd>sha256sum -c <foo.DIGESTS.asc></kbd></p>
+ <p><kbd>sha1sum -c <foo.DIGESTS.asc></kbd></p>
- <br>
+ <br>
- <div class="alert alert-info">
- Detailed instructions are available in the <a
href="https://wiki.gentoo.org/wiki/Handbook:Main_Page"
class="alert-link">Gentoo Handbook</a>.
- </div>
- </div>
+ <div class="alert alert-info">
+ Detailed instructions are available in the <a
href="https://wiki.gentoo.org/wiki/Handbook:Main_Page"
class="alert-link">Gentoo Handbook</a>.
</div>
</div>
</div>