expand documentation on Vanadium keystore

This commit is contained in:
Daniel Micay 2020-03-14 17:44:28 -04:00
parent f5b6ee4fb4
commit 0b1e32f246

View File

@ -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>