summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/install/cli.html8
1 files changed, 7 insertions, 1 deletions
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</pre>
<pre>curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-2021110122.zip
curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-2021110122.zip.sig</pre>
- <p>On Linux and macOS, verify the factory images using the signature:</p>
+ <p>Next, verify the factory images using the signature.</p>
+
+ <p>On Linux and macOS:</p>
<pre>ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s <var>DEVICE_NAME</var>-factory-2021110122.zip.sig &lt; <var>DEVICE_NAME</var>-factory-2021110122.zip</pre>
+ <p>On Windows:</p>
+
+ <pre>cmd /c 'ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s <var>DEVICE_NAME</var>-factory-2021110122.zip.sig &lt; <var>DEVICE_NAME</var>-factory-2021110122.zip'</pre>
+
<p>This will producing the following output when successful:</p>
<pre>Good "factory images" signature for contact@grapheneos.org with ED25519 key SHA256:AhgHif0mei+9aNyKLfMZBh2yptHdw/aN7Tlh/j2eFwM</pre>