summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-14 17:44:28 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-03-14 17:44:28 -0400
commit0b1e32f246395cf7863c2bded5338a55523d1184 (patch)
treec05c423d2f9a90a9830f0ac182f0ce530d9af8d3
parentf5b6ee4fb4fd7afcd0ac78dd4a2e1277b941fd7e (diff)
expand documentation on Vanadium keystore
-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>