summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-14 17:27:17 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-03-14 17:27:17 -0400
commitf5b6ee4fb4fd7afcd0ac78dd4a2e1277b941fd7e (patch)
treef85b1c013d7d4adbf1dc61fca5a006e86de88da3 /static
parentff3437b9e827e71d216c3228e837688b3c361bef (diff)
drop sample Vanadium keystore password
Diffstat (limited to 'static')
-rw-r--r--static/build.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html
index 74ec5750..bf55c502 100644
--- a/static/build.html
+++ b/static/build.html
@@ -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>