From faeab66f884767c7d96e70e9bdd285621ec8d6cc Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 15 Dec 2017 13:16:31 -0500 Subject: contrib: Replace developer keys with list of pgp fingerprints --- contrib/gitian-keys/README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'contrib/gitian-keys/README.md') diff --git a/contrib/gitian-keys/README.md b/contrib/gitian-keys/README.md index 4b0b7a2615..e3a45be129 100644 --- a/contrib/gitian-keys/README.md +++ b/contrib/gitian-keys/README.md @@ -1,16 +1,26 @@ -PGP keys -======== +## PGP keys of Gitian builders and Developers -This folder contains the public keys of developers and active contributors. +This list contains the public keys of Gitian builders and active developers. 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. +The most recent version of each pgp key can be found on most pgp key servers. + +Fetch the latest version from the key server to see if any key was revoked in +the meantime. +To fetch the latest version of all pgp keys in your gpg homedir, ```sh -gpg --import ./*.pgp gpg --refresh-keys ``` + +To fetch keys of Gitian builders and active developers, feed the list of +fingerprints of the primary keys into gpg: + +```sh +while read fingerprint keyholder_name; do gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys ${fingerprint}; done < ./keys.txt +``` + +Add your key to the list if you provided Gitian signatures for two major or +minor releases of Bitcoin Core. -- cgit v1.2.3 From fabb72baa2fad62b6632dcb4be4f7a65135439cd Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 19 Dec 2017 07:22:47 -0500 Subject: contrib: Remove xpired 522739F6 key --- contrib/gitian-keys/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gitian-keys/README.md') diff --git a/contrib/gitian-keys/README.md b/contrib/gitian-keys/README.md index e3a45be129..a9339c8bda 100644 --- a/contrib/gitian-keys/README.md +++ b/contrib/gitian-keys/README.md @@ -1,6 +1,6 @@ ## PGP keys of Gitian builders and Developers -This list contains the public keys of Gitian builders and active developers. +The keys.txt contains the public keys of Gitian builders and active developers. The keys are mainly used to sign git commits or the build results of Gitian builds. -- cgit v1.2.3