From fab5ca8fee25839b76084cabf70f3f92395112c2 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 18 Oct 2016 15:09:32 +0200 Subject: [PATCH] contrib: Add README for pgp keys --- contrib/gitian-keys/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 contrib/gitian-keys/README.md 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 +```