summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-07-18 18:24:22 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-07-18 18:26:01 -0400
commitb74827f23ebbfd02e4e3df46ab0521bfd6e0b5a9 (patch)
treef3cd179d0280593770f10a8a85310117fdcfe50d /static
parent3bd46bf2640f23865c6284806c3181f74c9953bb (diff)
document new step of generating Vanadium apk key
Diffstat (limited to 'static')
-rw-r--r--static/build.html7
1 files changed, 7 insertions, 0 deletions
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</pre>
<pre>cd src
git am ../*.patch</pre>
+ <p>Generate a signing key for Vanadium if this is the initial build (the sample
+ password configured in args.gn is <code>vanadiumpass</code>):</p>
+
+ <pre>keytool -genkey -v -keystore vanadium.keystore -alias vanadiumkey -keyalg RSA -keysize 4096 -sigalg SHA512withRSA -validity 10000 -dname "cn=GrapheneOS"</pre>
+
+ <p>You should back this up with your other keys.</p>
+
<p>Then, configure the build in the <code>src</code> directory:</p>
<pre>gn args out/Default</pre>