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"