diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-14 11:11:49 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-14 11:41:45 -0500 |
| commit | aa7c181e8b2083cc624df1834376c218997bc459 (patch) | |
| tree | 2e2972e11fdb3050e406864652a9537820b1d4cf /static/install | |
| parent | e5c522c4a2d5c17147636a89086679c26a58685f (diff) | |
add Windows signature verification command
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/cli.html | 8 |
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 < <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 < <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> |
