-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add release key for Ulises Gascon
PR-URL: #49196 Refs: nodejs/Release#892 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
- Loading branch information
1 parent
5579177
commit e1098dd
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -749,6 +749,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys): | |
`C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C` | ||
* **Ruy Adorno** <<[email protected]>> | ||
`108F52B48DB57BB0CC439B2997B01419BD92F80A` | ||
* **Ulises Gascón** <<[email protected]>> | ||
`A363A499291CBBC940DD62E41F10027AF002F8B0` | ||
|
||
To import the full set of trusted release keys (including subkeys possibly used | ||
to sign releases): | ||
|
@@ -763,6 +765,7 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73B | |
gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 | ||
gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C | ||
gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A | ||
gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0 | ||
``` | ||
|
||
See [Verifying binaries](#verifying-binaries) for how to use these keys to | ||
|