summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>