diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-18 18:24:22 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-18 18:26:01 -0400 |
| commit | b74827f23ebbfd02e4e3df46ab0521bfd6e0b5a9 (patch) | |
| tree | f3cd179d0280593770f10a8a85310117fdcfe50d | |
| parent | 3bd46bf2640f23865c6284806c3181f74c9953bb (diff) | |
document new step of generating Vanadium apk key
| -rw-r--r-- | static/build.html | 7 |
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> |
