From 5319c8e87e7a0545addff3da8e52036f1e15810d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 26 Jan 2015 12:17:43 -0500 Subject: docs/release.html: Add notes about how to use GPG. --- (limited to 'docs/release.html') diff --git a/docs/release.html b/docs/release.html index cc9e83e..5c37e50 100644 --- a/docs/release.html +++ b/docs/release.html @@ -26,8 +26,17 @@ Download the key: libreboot.asc.

+ Import the key as follows:
+ $ gpg --import < libreboot.asc +

+

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.

+

+ You can verify the downloaded archives as follows:
+ $ gpg --verify libreboot_src.tar.xz.sig
+ $ gpg --verify libreboot_bin.tar.xz.sig +

Old Releases

-- cgit v0.9.1