mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
script: Add Keyserver to verify-commits README
This commit is contained in:
@@ -40,7 +40,7 @@ Import trusted keys
|
|||||||
In order to check the commit signatures, you must add the trusted PGP keys to your machine. [GnuPG](https://gnupg.org/) may be used to import the trusted keys by running the following command:
|
In order to check the commit signatures, you must add the trusted PGP keys to your machine. [GnuPG](https://gnupg.org/) may be used to import the trusted keys by running the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
gpg --recv-keys $(<contrib/verify-commits/trusted-keys)
|
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys $(<contrib/verify-commits/trusted-keys)
|
||||||
```
|
```
|
||||||
|
|
||||||
Key expiry/revocation
|
Key expiry/revocation
|
||||||
|
|||||||
Reference in New Issue
Block a user