Skip to content

Commit 4df48b3

Browse files
doc: update release gpg keyserver
1 parent 9bc19de commit 4df48b3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/contributing/releases.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ responsible for that release. In order to be able to verify downloaded binaries,
9090
the public should be able to check that the `SHASUMS256.txt` file has been
9191
signed by someone who has been authorized to create a release.
9292

93-
The GPG keys should be fetchable from a known third-party keyserver. The SKS
94-
Keyservers at <https://sks-keyservers.net> are recommended. Use the
95-
[submission](https://pgp.mit.edu/) form to submit a new GPG key. You'll need to
96-
do an ASCII-armored export of your key first:
93+
The GPG keys should be fetchable from a known third-party keyserver.
94+
The OpenGPG keyserver at <https://keys.openpgp.org/> is recommended.
95+
Use the [submission](https://keys.openpgp.org/upload) form to submit
96+
a new GPG key, and make sure to verify the associated email.
97+
You'll need to do an ASCII-armored export of your key first:
9798

9899
```bash
99100
gpg --armor --export [email protected] > ~/nodekey.asc
@@ -102,7 +103,7 @@ gpg --armor --export [email protected] > ~/nodekey.asc
102103
Keys should be fetchable via:
103104

104105
```bash
105-
gpg --keyserver pool.sks-keyservers.net --recv-keys <FINGERPRINT>
106+
gpg --keyserver hkps://keys.openpgp.org --recv-keys <FINGERPRINT>
106107
```
107108

108109
The key you use may be a child/subkey of an existing key.

0 commit comments

Comments
 (0)