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 ../..
cd keys/crosshatch
 ../../development/tools/make_key networkstack '/CN=GrapheneOS/'
+

+ Encrypting keys +

+ +

You can (re-)encrypt your signing keys using the encrypt_keys script, + which will prompt for the old passphrase (if any) and new passphrase:

+ +
script/encrypt_keys.sh keys/crosshatch
+ +

The script/decrypt_keys.sh 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.

+

Enabling updatable APEX components