3c85332f29
I recently added a signing subkey, which is used to sign gitian asserts as well as commits. Old: ``` pub rsa2048/0x74810B012346C9A6 2011-08-24 uid Wladimir J. van der Laan <laanwj@gmail.com> sub rsa2048/0xF69705ED890DE427 2011-08-24 ``` New: ``` pub rsa2048/0x74810B012346C9A6 2011-08-24 [expires: 2019-02-14] uid Wladimir J. van der Laan <laanwj@visucore.com> uid Wladimir J. van der Laan <laanwj@gmail.com> sub rsa2048/0xF69705ED890DE427 2011-08-24 sub rsa2048/0x1E4AED62986CD25D 2017-05-17 [expires: 2019-05-17] sub rsa2048/0x69B4C4CDC628F8F9 2017-05-17 [expires: 2019-05-17] ``` |
||
---|---|---|
.. | ||
achow101-key.pgp | ||
aschildbach-key.pgp | ||
bluematt-key.pgp | ||
btcdrak-key.pgp | ||
cdecker-key.pgp | ||
centaur1-key.pgp | ||
cfields-key.pgp | ||
devrandom-key.pgp | ||
erkmos.pgp | ||
fanquake-key.pgp | ||
gavinandresen-key.pgp | ||
jl2012-key.pgp | ||
jonasschnelli-key.pgp | ||
jtimon-key.pgp | ||
laanwj-key.pgp | ||
luke-jr-key.pgp | ||
marcofalke-key.pgp | ||
michagogo-key.pgp | ||
petertodd-key.pgp | ||
prab-key.pgp | ||
README.md | ||
sipa-key.pgp | ||
tcatm-key.pgp | ||
wtogami-key.pgp |
PGP keys
This folder contains the public keys of developers and active contributors.
The keys are mainly used to sign git commits or the build results of gitian builds.
You can import the keys into gpg as follows. Also, make sure to fetch the latest version from the key server to see if any key was revoked in the meantime.
gpg --import ./*.pgp
gpg --refresh-keys