From e270db69a4f849602de1ce0a0a446d30c50bbb79 Mon Sep 17 00:00:00 2001
From: nl6720 ` element cannot contain ` Verify the BLAKE2b checksums as follows: Checksums and signatures
Download verification
From 9537fba43831ecf7a5032b1305cd1b3b44bf1415 Mon Sep 17 00:00:00 2001
From: nl6720 ` elements.
Fixes: b018f09fcada5a3b71d9b91bacfd1ddee9af9952 ("templates/public/download.html: update checksum and signature list and verification")
---
templates/public/download.html | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/templates/public/download.html b/templates/public/download.html
index 45450930..a7d22f9d 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -126,18 +126,19 @@
Checksums and signatures
Download verification
- $ b2sum -c b2sums.txt
$ b2sum -c b2sums.txt
- To verify the PGP signature using Sequoia, first download the release signing key from WKD:
+ To verify the PGP signature using Sequoia, first download the release signing key from WKD:
$ sq network wkd fetch {{ release.wkd_email }} -o release-key.pgp
With this signing key, verify the signature:
- $ sq verify --signer-file release-key.pgp --detached archlinux-{{ release.version }}-x86_64.iso.sig archlinux-{{ release.version }}-x86_64.iso
+ $ sq verify --signer-file release-key.pgp --detached archlinux-{{ release.version }}-x86_64.iso.sig archlinux-{{ release.version }}-x86_64.iso
- Alternatively, using GnuPG, download the signing key from WKD: + Alternatively, using GnuPG, download the signing key from WKD:
$ gpg --auto-key-locate clear,wkd -v --locate-external-key {{ release.wkd_email }}
Verify the signature:
- $ gpg --keyserver-options auto-key-retrieve --verify archlinux-{{ release.version }}-x86_64.iso.sig archlinux-{{ release.version }}-x86_64.iso
+ $ gpg --keyserver-options auto-key-retrieve --verify archlinux-{{ release.version }}-x86_64.iso.sig archlinux-{{ release.version }}-x86_64.iso
{% cache 600 download-mirrors %}