aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'downloads')
-rw-r--r--downloads/signatures/index.html45
1 files 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 &lt;key id&gt;</kbd></p>
+ <p><kbd>gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys &lt;key id&gt;</kbd></p>
- <p>Verify the <tt>DIGESTS</tt> file:</p>
+ <p>Verify the <tt>DIGESTS</tt> file:</p>
- <p><kbd>gpg --verify &lt;foo.DIGESTS.asc&gt;</kbd></p>
+ <p><kbd>gpg --verify &lt;foo.DIGESTS.asc&gt;</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 &lt;foo.DIGESTS.asc&gt;</kbd></p>
- <p><kbd>sha256sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
- <p><kbd>sha1sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
+ <p><kbd>sha512sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
+ <p><kbd>sha256sum -c &lt;foo.DIGESTS.asc&gt;</kbd></p>
+ <p><kbd>sha1sum -c &lt;foo.DIGESTS.asc&gt;</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>