aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-keys
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2016-10-18 15:09:32 +0200
committerMarcoFalke <[email protected]>2016-10-18 15:08:46 +0200
commitfab5ca8fee25839b76084cabf70f3f92395112c2 (patch)
treeaa2fb1ac2cd46469e50e24c98d074a1601c158a6 /contrib/gitian-keys
parentMerge #8944: Remove bogus assert on number of oubound connections. (diff)
downloaddiscoin-fab5ca8fee25839b76084cabf70f3f92395112c2.tar.xz
discoin-fab5ca8fee25839b76084cabf70f3f92395112c2.zip
contrib: Add README for pgp keys
Diffstat (limited to 'contrib/gitian-keys')
-rw-r--r--contrib/gitian-keys/README.md16
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
+```