signify was replaced with OpenSSH signing

This commit is contained in:
Daniel Micay 2024-03-23 21:22:29 -04:00
parent 19cc7a9097
commit 462f8a4dc5

View File

@ -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>