Skip to content

Commit

Permalink
document signature verification via macOS OpenSSH
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Feb 14, 2024
1 parent 66be8af commit e5c522c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/install/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,7 @@ <h2><a href="#obtaining-factory-images">Obtaining factory images</a></h2>
<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 [email protected] -n "factory images" -s <var>DEVICE_NAME</var>-factory-2021110122.zip.sig &lt; <var>DEVICE_NAME</var>-factory-2021110122.zip</pre>

Expand Down

0 comments on commit e5c522c

Please sign in to comment.