diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 23:29:59 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-15 23:29:59 (EST) |
commit | 70c467cbe1a63311a1dd30c26cd6b9a9f96498eb (patch) | |
tree | fae01bcf8b06de06b3eaf43023d41cb17f0425ea /docs | |
parent | 7a982e69dceccd3768db891236d2e6d20b73d952 (diff) | |
download | libreboot-70c467cbe1a63311a1dd30c26cd6b9a9f96498eb.zip libreboot-70c467cbe1a63311a1dd30c26cd6b9a9f96498eb.tar.gz libreboot-70c467cbe1a63311a1dd30c26cd6b9a9f96498eb.tar.bz2 |
release pages: don't link to libreboot.asc at all, use key srv
Tell the user how to download it from a key server
Diffstat (limited to 'docs')
-rw-r--r-- | docs/archive_old.html | 11 | ||||
-rw-r--r-- | docs/release.html | 9 |
2 files changed, 9 insertions, 11 deletions
diff --git a/docs/archive_old.html b/docs/archive_old.html index d99bc17..1feb207 100644 --- a/docs/archive_old.html +++ b/docs/archive_old.html @@ -37,12 +37,17 @@ Fingerprint=C923 4BA3 200C F688 9CC0 764D 6E97 D575 656F 212E </p> <p> - <b>Download the key</b>: <a href="http://libreboot.org/libreboot.asc">http://libreboot.org/libreboot.asc</a>. + Download the key:<br/> + $ <b>gpg --recv-keys 0x656F212E</b> </p> <p> - You should also be able to find it on a key server. Note: the above key is not for email. It is only for verifying the release archives. + This key is not for email. It is only for verifying the release archives. </p> - + <p> + You can verify the downloaded archives as follows:<br/> + $ <b>for signature in $(ls libreboot*.tar.xz.sig); do gpg --verify $signature; done</b> + </p> + </div> <div class="section"> diff --git a/docs/release.html b/docs/release.html index 99728b6..615b0dc 100644 --- a/docs/release.html +++ b/docs/release.html @@ -28,17 +28,10 @@ Fingerprint=C923 4BA3 200C F688 9CC0 764D 6E97 D575 656F 212E </p> <p> - <b>Download the key</b>: <a href="http://libreboot.org/libreboot.asc">http://libreboot.org/libreboot.asc</a>. - </p> - <p> - Alternatively, download the key from your key server:<br/> + Download the key:<br/> $ <b>gpg --recv-keys 0x656F212E</b> </p> <p> - Import the key as follows (if you downloaded the key file manually):<br/> - $ <b>gpg --import < libreboot.asc</b> - </p> - <p> This key is not for email. It is only for verifying the release archives. </p> <p> |