drop sample Vanadium keystore password

This commit is contained in:
Daniel Micay 2020-03-14 17:27:17 -04:00
parent ff3437b9e8
commit f5b6ee4fb4

View File

@ -590,8 +590,7 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre>
<pre>cd src
git am --whitespace=nowarn ../*.patch</pre>
<p>Generate a signing key for Vanadium if this is the initial build (the sample
password configured in args.gn is <code>vanadiumpass</code>):</p>
<p>Generate a signing key for Vanadium if this is the initial build:</p>
<pre>keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium -keyalg RSA -keysize 4096 -sigalg SHA512withRSA -validity 10000 -dname "cn=GrapheneOS"</pre>