Skip to content

Commit 1c5f7de

Browse files
committed
public: update to latest seqouia version
Closes: #553
1 parent f624f56 commit 1c5f7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/public/download.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ <h5>Download verification</h5>
132132
<pre><code>$ b2sum -c b2sums.txt</code></pre>
133133

134134
To verify the PGP signature using Sequoia, first download the release signing key from WKD:
135-
<pre><code>$ sq network wkd fetch {{ release.wkd_email }} -o release-key.pgp</code></pre>
135+
<pre><code>$ sq network wkd search {{ release.wkd_email }} --output release-key.pgp</code></pre>
136136

137137
With this signing key, verify the signature:
138-
<pre><code>$ sq verify --signer-file release-key.pgp --detached archlinux-{{ release.version }}-x86_64.iso.sig archlinux-{{ release.version }}-x86_64.iso</code></pre>
138+
<pre><code>$ sq verify --signer-file release-key.pgp --signature-file archlinux-{{ release.version }}-x86_64.iso.sig archlinux-{{ release.version }}-x86_64.iso</code></pre>
139139

140140
Alternatively, using GnuPG, download the signing key from WKD:
141141
<pre><code>$ gpg --auto-key-locate clear,wkd -v --locate-external-key {{ release.wkd_email }}</code></pre>

0 commit comments

Comments
 (0)