From 0b1e32f246395cf7863c2bded5338a55523d1184 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 14 Mar 2020 17:44:28 -0400 Subject: [PATCH] expand documentation on Vanadium keystore --- static/build.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index bf55c502..92f0bbda 100644 --- a/static/build.html +++ b/static/build.html @@ -594,7 +594,9 @@ git am --whitespace=nowarn ../*.patch
keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium -keyalg RSA -keysize 4096 -sigalg SHA512withRSA -validity 10000 -dname "cn=GrapheneOS"
-

You should back this up with your other keys.

+

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

Then, configure the build in the src directory: