From 70c467cbe1a63311a1dd30c26cd6b9a9f96498eb Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 15 Feb 2015 23:29:59 -0500 Subject: release pages: don't link to libreboot.asc at all, use key srv Tell the user how to download it from a key server --- (limited to 'docs/archive_old.html') 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

- Download the key: http://libreboot.org/libreboot.asc. + Download the key:
+ $ gpg --recv-keys 0x656F212E

- 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.

- +

+ You can verify the downloaded archives as follows:
+ $ for signature in $(ls libreboot*.tar.xz.sig); do gpg --verify $signature; done +

+
-- cgit v0.9.1