summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-03-23 21:22:29 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-03-23 21:22:29 -0400
commit462f8a4dc5dfe5528e3d4b9b531318580bec5e51 (patch)
treeedc9b6bada80b35e6279bb5b91d03b02a5776987 /static/build.html
parent19cc7a9097d3812a72c207f002145f90242586f1 (diff)
signify was replaced with OpenSSH signing
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index c27142da..13dd8415 100644
--- a/static/build.html
+++ b/static/build.html
@@ -544,7 +544,7 @@ cd ../..</pre>
<p>The <code>avb_pkmd.bin</code> file isn't needed for generating a signed release but
rather to set the public key used by the device to enforce verified boot.</p>
- <p>Generate a signify key for signing factory images:</p>
+ <p>Generate an OpenSSH key for signing factory images:</p>
<pre>ssh-keygen -t ed25519 -f keys/raven/id_ed25519</pre>