diff options
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 3 |
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> |
