diff options
author | Alex Legler <alex@a3li.li> | 2016-01-31 02:13:25 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-01-31 02:13:25 +0100 |
commit | 1d292c6a971076e77349ad3a13a19f1ae7573415 (patch) | |
tree | 7f99a7303d942f1c0a10f250ccbfdbe8806b6138 /downloads | |
parent | Support: Remove narrow panels (diff) | |
download | www-1d292c6a971076e77349ad3a13a19f1ae7573415.tar.gz www-1d292c6a971076e77349ad3a13a19f1ae7573415.tar.bz2 www-1d292c6a971076e77349ad3a13a19f1ae7573415.zip |
Signatures: Remove narrow panel
Diffstat (limited to 'downloads')
-rw-r--r-- | downloads/signatures/index.html | 45 |
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 <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> |