diff options
-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> |