Skip to content

Commit cc67720

Browse files
doc: update release gpg keyserver
PR-URL: #52257 Refs: nodejs/Release#984 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent c2def7d commit cc67720

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 public keys should be fetchable from a known third-party keyserver.
94+
The OpenPGP keyserver at <https://keys.openpgp.org/> is recommended.
95+
Use the [submission](https://keys.openpgp.org/upload) form to submit
96+
a new public 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@server.com > ~/nodekey.asc
@@ -102,7 +103,7 @@ gpg --armor --export email@server.com > ~/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)