diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-10-18 20:42:23 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-10-18 20:42:59 +0200 |
| commit | 932d02ae392b4a4971976cb533e88c8dc3daffe1 (patch) | |
| tree | 47e5d588cecbda44bb1ec73012be5d479028f6e8 | |
| parent | Merge #8955: doc: update 0.13.0 release note info on linux arm builds (diff) | |
| parent | contrib: Add README for pgp keys (diff) | |
| download | discoin-932d02ae392b4a4971976cb533e88c8dc3daffe1.tar.xz discoin-932d02ae392b4a4971976cb533e88c8dc3daffe1.zip | |
Merge #8954: contrib: Add README for pgp keys
fab5ca8 contrib: Add README for pgp keys (MarcoFalke)
| -rw-r--r-- | contrib/gitian-keys/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/gitian-keys/README.md b/contrib/gitian-keys/README.md new file mode 100644 index 000000000..439910330 --- /dev/null +++ b/contrib/gitian-keys/README.md @@ -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 +``` |