aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-keys/README.md
blob: 4b0b7a261579c9c0bc8e20af373a1060c5981977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```