You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,11 @@ unable to find valid certification path to requested target
53
53
54
54
This is because the Java Keystore used by the admin console package does not recognize the Root CA certificate used to sign openEQUELLA's SSL certificate.
55
55
56
-
The admin-console-package uses its own copy of the JRE, in the `jdk8u242-b08-jre` folder.
57
-
The keystore we need to update is within this folder, at the path `jdk8u242-b08-jre/lib/security/cacerts`.
56
+
The admin-console-package uses its own copy of the JRE, in the `jdk-11.0.18+10-jre` folder.
57
+
The keystore we need to update is within this folder, at the path `jdk-11.0.18+10-jre/lib/security/cacerts`.
58
58
59
59
The bundled JRE comes with a command line tool which you can use for updating these keystores, called `keytool`.
60
-
This should work in Mac, Linux and Windows. It is stored in `jdk8u242-b08-jre/bin`.
60
+
This should work in Mac, Linux and Windows. It is stored in `jdk-11.0.18+10-jre/bin`.
61
61
62
62
**NOTE:**
63
63
@@ -72,7 +72,7 @@ You will need a copy of the Root CA certificate used to sign your SSL certificat
72
72
in which case you should use whatever it was set to.
0 commit comments