blob: a64accd0d0b5ad5882dd56fe512b314752a7e78b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
neukeystore.jks
===============
This file should only ever be handled by a `keytool` binary from jdk 1.8u51 or below, as to be compatible with old java versions.
The password to the keystore is `neuneu` and it contains every certificate from jdk 1.8u51 and the Let's Encrypt root CAs.
Example for adding a new certificate:
~/.jdks/jdk1.8.0_51/bin/keytool -keystore neukeystore.jks -storepass neuneu -alias ISRGROOTX1 -import -file isrgrootx1.der
Please keep a list of added aliases below:
- ISRGROOTX1 (Let's Encrypt)
- ISRGROOTX2 (Let's Encrypt)
- MSRSAROOT (Microsoft Root CA 2017)
- DIGIROOTG2 (DigiCert Global Root G2)
|