From f5b6ee4fb4fd7afcd0ac78dd4a2e1277b941fd7e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 14 Mar 2020 17:27:17 -0400 Subject: [PATCH] drop sample Vanadium keystore password --- static/build.html | 3 +-- 1 file changed, 1 insertion(+), 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
cd src
 git am --whitespace=nowarn ../*.patch
-

Generate a signing key for Vanadium if this is the initial build (the sample - password configured in args.gn is vanadiumpass):

+

Generate a signing key for Vanadium if this is the initial build:

keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium -keyalg RSA -keysize 4096 -sigalg SHA512withRSA -validity 10000 -dname "cn=GrapheneOS"