mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-23 05:14:19 +00:00
contrib: Add README for pgp keys
This commit is contained in:
parent
cd761fb85a
commit
fab5ca8fee
16
contrib/gitian-keys/README.md
Normal file
16
contrib/gitian-keys/README.md
Normal file
@ -0,0 +1,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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user