Merge #8954: contrib: Add README for pgp keys

fab5ca8 contrib: Add README for pgp keys (MarcoFalke)
This commit is contained in:
Wladimir J. van der Laan 2016-10-18 20:42:23 +02:00
commit 932d02ae39
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
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.
```sh
gpg --import ./*.pgp
gpg --refresh-keys
```