diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-04 11:48:27 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-04 11:48:27 -0500 |
| commit | 8b7d080fd60dcf2b4d275da506cb506ae780a00c (patch) | |
| tree | 61a698e5b87538400e623d3ab526e27a1b7e4089 | |
| parent | c01526700deee456deeb58ddc230d51eb97d6288 (diff) | |
use modern keystore format even with old keytool
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 0813e75c..c44d1c1e 100644 --- a/static/build.html +++ b/static/build.html @@ -593,7 +593,7 @@ git am --whitespace=nowarn ../*.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> + <pre>keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -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> |
