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
Prev Previous commit
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) (reconciled with another suggestion from code review)

The OP finds his original suggestion more descriptive & more user-friendly, but prefers to move on since that suggestion is stalled in favor of much shorter verbiage

Co-Authored-By: Myles Borins <mylesborins@google.com>

Fixes: #32559
  • Loading branch information
haqer1 committed Oct 28, 2020
commit 945cce5fb06cb451a96888e36dc292b144c332d9
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,7 @@ GPG keys used to sign Node.js releases:
* **Shelley Vohr** &lt;shelley.vohr@gmail.com&gt;
`B9E2F5981AA6E0CD28160D9FF13993A75599653C`

To avoid nuances involved in verification of a sub-key possibly used to sign a
release, import the full set of trusted release keys:
To import the full set of trusted release keys (including subkeys possibly used to sign releases):

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