From 39a22319473f810274d1f741422712e3c9bbdcca Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 18 Mar 2022 03:30:09 -0400 Subject: [PATCH] rename Vanadium signing script --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 47c63a10..4e21c628 100644 --- a/static/build.html +++ b/static/build.html @@ -835,7 +835,7 @@ git checkout $CORRECT_BRANCH_OR_TAG
keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium -keyalg RSA -keysize 4096 -sigalg SHA512withRSA -validity 10000 -dname "cn=GrapheneOS"

You will be prompted to enter a password which will be requested by the - generate_release.sh script for signing releases. You should back up + generate-release.sh script for signing releases. You should back up the generated keystore with your other keys.

Fetch the Chromium sources: