From 70c467cbe1a63311a1dd30c26cd6b9a9f96498eb Mon Sep 17 00:00:00 2001
From: Francis Rowe
- 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
+
- Download the key: http://libreboot.org/libreboot.asc. -
-
- Alternatively, download the key from your key server:
+ Download the key:
$ gpg --recv-keys 0x656F212E
- Import the key as follows (if you downloaded the key file manually):
- $ gpg --import < libreboot.asc
-
This key is not for email. It is only for verifying the release archives.
-- cgit v0.9.1