diff options
author | Roman / Linnea Gräf <roman.graef@gmail.com> | 2022-09-29 17:25:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 17:25:37 +0200 |
commit | 2dd4a2b36211c380c0bf4e231859dfafd3c04a5b (patch) | |
tree | 20cde26c05f32699ccb91cda1d37b67f4eea6c62 /src/main/resources/neukeystore.txt | |
parent | cbcc4c3b4004cbf3f86aeab515ea94a93b4efd1e (diff) | |
download | NotEnoughUpdates-2dd4a2b36211c380c0bf4e231859dfafd3c04a5b.tar.gz NotEnoughUpdates-2dd4a2b36211c380c0bf4e231859dfafd3c04a5b.tar.bz2 NotEnoughUpdates-2dd4a2b36211c380c0bf4e231859dfafd3c04a5b.zip |
Add custom keystore and refactor HypixelApi.java (#318)
* Add custom keystore and refactor HypixelApi.java
* Fix inputstream leak (+ less console spam)
* Fix HOTM crash
* Use api selected variable to find best profile
* Number formatting
* Make old profiles show again
Co-authored-by: nopo <nopotheemail@gmail.com>
Diffstat (limited to 'src/main/resources/neukeystore.txt')
-rw-r--r-- | src/main/resources/neukeystore.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/resources/neukeystore.txt b/src/main/resources/neukeystore.txt new file mode 100644 index 00000000..5616f69b --- /dev/null +++ b/src/main/resources/neukeystore.txt @@ -0,0 +1,17 @@ +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) + + |