Skip to content

Commit c114585

Browse files
avivkellertargos
authored andcommitted
doc, meta: replace command with link to keys
PR-URL: #53745 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 39c30ea commit c114585

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,9 @@ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
112112
For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
113113
`SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of
114114
`SHASUMS256.txt`. You will first need to import
115-
[the GPG keys of individuals authorized to create releases](#release-keys). To
116-
import the keys:
115+
[the GPG keys of individuals authorized to create releases](#release-keys).
117116

118-
```bash
119-
gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
120-
```
121-
122-
See [Release keys](#release-keys) for a script to import active release keys.
117+
See [Release keys](#release-keys) for commands to import active release keys.
123118

124119
Next, download the `SHASUMS256.txt.sig` for the release:
125120

0 commit comments

Comments
 (0)