Skip to content

Commit 932d02a

Browse files
committed
Merge #8954: contrib: Add README for pgp keys
fab5ca8 contrib: Add README for pgp keys (MarcoFalke)
2 parents 80a7078 + fab5ca8 commit 932d02a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

contrib/gitian-keys/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)