blob: 3445336444d5345bce9c1684e233ab7ce28a88cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: GPG
...
$ gpg --recv-keys
The GPG key can also be downloaded with this exported dump of the
pubkey: [lbkey.asc](lbkey.asc).
$ sha512sum -c sha512sum.txt
$ gpg --verify sha512sum.txt.sig
Old GPG key (no longer used):
pub 4096R/656F212E 2014-07-04
Vingerafdruk van de sleutel = C923 4BA3 200C F688 9CC0 764D 6E97 D575 656F 212E
uid Libreboot Releases (signing key) <releases@libreboot.org>
sub 4096R/EC42160E 2014-07-04
|