diff options
Diffstat (limited to 'docs/archive_old.html')
-rw-r--r-- | docs/archive_old.html | 11 |
1 files changed, 8 insertions, 3 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"> |