diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-15 00:16:21 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-15 00:16:21 -0400 |
| commit | 278e26bf22011ae102468c670134b9a08227c459 (patch) | |
| tree | d3b0aeb91715e6e7ae7f744afe17ba509dfb00d5 /static | |
| parent | 0c76311eb6c1a6d73b12ea892a237a0ca4de0152 (diff) | |
document persistently encrypting/decrypting keys
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 0be5077d..8d1122a4 100644 --- a/static/build.html +++ b/static/build.html @@ -459,6 +459,19 @@ cd ../..</pre> <pre>cd keys/crosshatch ../../development/tools/make_key networkstack '/CN=GrapheneOS/'</pre> + <h3 id="encrypting-keys"> + <a href="#encrypting-keys">Encrypting keys</a> + </h3> + + <p>You can (re-)encrypt your signing keys using the <code>encrypt_keys</code> script, + which will prompt for the old passphrase (if any) and new passphrase:</p> + + <pre>script/encrypt_keys.sh keys/crosshatch</pre> + + <p>The <code>script/decrypt_keys.sh</code> script can be used to remove encryption, + which is not recommended. The script exists primarily for internal usage to decrypt + the keys in tmpfs to perform signing.</p> + <h3 id="enabling-updatable-apex-components"> <a href="#enabling-updatable-apex-components">Enabling updatable APEX components</a> </h3> |
