Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: additional note in README(.md) informing users that it is advise…
…d to import the full set of trusted release keys (rather than an individual key)

Additional README.md update

Fixes: #32559
  • Loading branch information
haqer1 committed Apr 4, 2020
commit 9bd661815e56e75aa8eb84a5cfe625bb80c5a2e7
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,9 @@ GPG keys used to sign Node.js releases:
* **Shelley Vohr** <[email protected]>
`B9E2F5981AA6E0CD28160D9FF13993A75599653C`

To import the full set of trusted release keys:
To avoid nuances involved in verification of a sub-key possibly used to sign a
release, it is advised to import the full set of trusted release keys (rather
than an individual key used to sign a release):

```shell
gpg --keyserver pool.sks-keyservers.net --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
Expand Down