From aa7c181e8b2083cc624df1834376c218997bc459 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 14 Feb 2024 11:11:49 -0500 Subject: [PATCH] add Windows signature verification command --- static/install/cli.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/install/cli.html b/static/install/cli.html index b70975ec..35490bec 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -431,10 +431,16 @@ signify -V -m allowed_signers -x allowed_signers.sig -p factory.pub
curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021110122.zip
 curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021110122.zip.sig
-

On Linux and macOS, verify the factory images using the signature:

+

Next, verify the factory images using the signature.

+ +

On Linux and macOS:

ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s DEVICE_NAME-factory-2021110122.zip.sig < DEVICE_NAME-factory-2021110122.zip
+

On Windows:

+ +
cmd /c 'ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s DEVICE_NAME-factory-2021110122.zip.sig < DEVICE_NAME-factory-2021110122.zip'
+

This will producing the following output when successful:

Good "factory images" signature for contact@grapheneos.org with ED25519 key SHA256:AhgHif0mei+9aNyKLfMZBh2yptHdw/aN7Tlh/j2eFwM