Skip to content

Commit bd6a243

Browse files
committed
script: Add Keyserver to verify-commits README
1 parent abb30de commit bd6a243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/verify-commits/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Import trusted keys
4040
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:
4141

4242
```sh
43-
gpg --recv-keys $(<contrib/verify-commits/trusted-keys)
43+
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys $(<contrib/verify-commits/trusted-keys)
4444
```
4545

4646
Key expiry/revocation

0 commit comments

Comments
 (0)