@@ -4,7 +4,7 @@ permalink: /en/download/
4
4
type : pages
5
5
layout : page
6
6
lang : en
7
- version : 5
7
+ version : 6
8
8
9
9
# # These strings need to be localized. In the listing below, the
10
10
# # comment above each entry contains the English text. The key before the
@@ -113,7 +113,9 @@ line_starts_with: "A line that starts with:"
113
113
complete_line_saying : " A complete line saying:"
114
114
115
115
gpg_trust_warning : >
116
- The output from the verify command may contain warnings that the "key is not
116
+ The output from the verify command may contain warnings that a public key is not available.
117
+ As long as you have all the public keys of signers you trust, this warning can
118
+ be disregarded. There may be additional warnings that a "key is not
117
119
certified with a trusted signature." This means that to fully verify your download,
118
120
you need to confirm that the signing key's fingerprint (e.g.
119
121
<code>$(SHORT_BUILDER_KEY)</code>) listed in the second line above matches what
@@ -165,13 +167,11 @@ independently_reproducing: >
165
167
cryptographically sign and publish the checksums of the binaries they
166
168
generate.
167
169
verifying_and_reproducing : >
168
- Verifying that several contributors you trust all signed the same
169
- checksums distributed in the release checksums file will provide you
170
- with additional assurances over the preceding basic verification
171
- instructions. Alternatively, reproducing a binary for yourself will
172
- provide you with the highest level of assurance currently available.
173
- For more information, visit the project's repository of
174
-
170
+ The preceding verification instructions will verify that several
171
+ contributors you trust all signed the same checksums distributed in
172
+ the release checksums file. Additionally, reproducing a binary for
173
+ yourself will provide you with the highest level of assurance currently
174
+ available. For more information, visit the project's repository of
175
175
guix_repository : " trusted build process signatures"
176
176
177
177
key_refresh : " Refresh expired keys using:"
0 commit comments