summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index bf55c502..92f0bbda 100644
--- a/static/build.html
+++ b/static/build.html
@@ -594,7 +594,9 @@ git am --whitespace=nowarn ../*.patch</pre>
<pre>keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium -keyalg RSA -keysize 4096 -sigalg SHA512withRSA -validity 10000 -dname "cn=GrapheneOS"</pre>
- <p>You should back this up with your other keys.</p>
+ <p>You will be prompted to enter a password which will be requested by the script for
+ signing releases. You should back this up the generated keystore with your other
+ keys.</p>
<p>Then, configure the build in the <code>src</code> directory:</p>