aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'downloads/signatures/index.html')
-rw-r--r--downloads/signatures/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/downloads/signatures/index.html b/downloads/signatures/index.html
index 9c3591d..01503c3 100644
--- a/downloads/signatures/index.html
+++ b/downloads/signatures/index.html
@@ -13,7 +13,7 @@ nav2-show: true
<table class="table table-striped">
<tr>
- <th>Key Fingerprint</th>
+ <th>Key fingerprint</th>
<th>Description</th>
<th>Created</th>
<th>Expiry</th>
@@ -32,7 +32,7 @@ nav2-show: true
</tr>
<tr>
<td><kbd>EF9538C9E8E64311A52CDEDFA13D0EF1914E7A72</kbd></td>
- <td><a rel='external' href='https://github.com/gentoo-mirror/'>Gentoo repository mirrors</a> (automated git signing key)</td>
+ <td><a rel='external' href='https://github.com/gentoo-mirror/'>Gentoo repository mirrors (GitHub)</a> (automated git signing key)</td>
<td>2018-05-28</td>
<td>2023-07-01</td>
</tr>
@@ -69,13 +69,13 @@ nav2-show: true
<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>.asc</tt> signature file matching your release and the matching key from the table above.</p>
+ <p>To verify downloaded files are not tampered with, the <tt>.asc</tt> signature file matching the release and the matching key from the table above are needed.</p>
<p>Fetch the key:</p>
<p><kbd>gpg --keyserver hkps://keys.gentoo.org --recv-keys &lt;key fingerprint&gt;</kbd></p>
- <p>Alternatively, you can fetch a bundle containing all listed keys:</p>
+ <p>Alternatively, 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>