You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
388 B
17 lines
388 B
8 years ago
|
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
|
||
|
```
|