diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-14 10:50:28 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-14 10:50:28 -0500 |
| commit | e5c522c4a2d5c17147636a89086679c26a58685f (patch) | |
| tree | 3e32bf367997fd96227ea9c6329694add46bfd1a /static/install/cli.html | |
| parent | 66be8af45300c8fd430879f3775c3001f157d65b (diff) | |
document signature verification via macOS OpenSSH
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 0816df6e..b70975ec 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -431,9 +431,7 @@ 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>Verify the factory images using the signature if you were able to obtain OpenSSH - from trusted package repositories (see above), otherwise continue on to the next - section without this:</p> + <p>On Linux and macOS, verify the factory images using the signature:</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> |
