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