diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-09-01 06:57:34 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-09-01 06:57:34 -0400 |
| commit | 020d9aed887293e8bf924c1a2f8cd008a96d144a (patch) | |
| tree | 61a964ab3596faa534b6a60dd3e413ea5f1c9a23 | |
| parent | 73616e9b45010f2ba5c5eb12c7d9cb74c746a8a2 (diff) | |
update script names
| -rw-r--r-- | static/build.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/build.html b/static/build.html index b427b62a..63eee683 100644 --- a/static/build.html +++ b/static/build.html @@ -546,7 +546,7 @@ m aapt2</pre> <p>You should set a passphrase for the signing keys to keep them at rest until you need to sign a release with them. The GrapheneOS scripts (<code>make_key</code> and - <code>encrypt_keys.sh</code>) encrypt the signing keys using scrypt for key derivation + <code>encrypt-keys.sh</code>) encrypt the signing keys using scrypt for key derivation and AES256 as the cipher. If you use swap, make sure it's encrypted, ideally with an ephemeral key rather a persistent key to support hibernation. Even with an ephemeral key, swap will reduce the security gained from encrypting the keys since it breaks the @@ -586,12 +586,12 @@ cd ../..</pre> <section id="encrypting-keys"> <h4><a href="#encrypting-keys">Encrypting keys</a></h4> - <p>You can (re-)encrypt your signing keys using the <code>encrypt_keys</code> script, + <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/raven</pre> + <pre>script/encrypt-keys.sh keys/raven</pre> - <p>The <code>script/decrypt_keys.sh</code> script can be used to remove encryption, + <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> </section> @@ -668,11 +668,11 @@ cd ../..</pre> update if one exists for going directly from the currently installed version to the latest release. In order to generate a delta update, the original signed target files package for both the source version and target version are needed. The - <code>script/generate_delta.sh</code> script provides a wrapper script for generating + <code>script/generate-delta.sh</code> script provides a wrapper script for generating delta updates by passing the device, source version build number and target version build number. For example:</p> - <pre>script/generate_delta.sh raven 2021102503 2021102613</pre> + <pre>script/generate-delta.sh raven 2021102503 2021102613</pre> <p>The script assumes that the releases are organized in the following directory structure:</p> |
