From b74827f23ebbfd02e4e3df46ab0521bfd6e0b5a9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 18 Jul 2019 18:24:22 -0400 Subject: [PATCH] document new step of generating Vanadium apk key --- static/build.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/build.html b/static/build.html index f3203367..48207b55 100644 --- a/static/build.html +++ b/static/build.html @@ -225,6 +225,13 @@ cd Vanadium
cd src
 git am ../*.patch
+

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

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

You should back this up with your other keys.

+

Then, configure the build in the src directory:

gn args out/Default