We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd761fb commit fab5ca8Copy full SHA for fab5ca8
contrib/gitian-keys/README.md
@@ -0,0 +1,16 @@
1
+PGP keys
2
+========
3
+
4
+This folder contains the public keys of developers and active contributors.
5
6
+The keys are mainly used to sign git commits or the build results of gitian
7
+builds.
8
9
+You can import the keys into gpg as follows. Also, make sure to fetch the
10
+latest version from the key server to see if any key was revoked in the
11
+meantime.
12
13
+```sh
14
+gpg --import ./*.pgp
15
+gpg --refresh-keys
16
+```
0 commit comments