Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- JOC Cockpit needs a truststore which contains the ssl certificates from the JobScheduler Masters in case of HTTPS connections.
- JOC provides a setting in ./jetty_base/resources/joc/joc.properties to specify the location of the truststore.
- There are no settings for the truststore type and the truststore password available with the joc.properties.file. However, these settings are required when using the truststore in PKCS12 format.
Desired Behavior
- JOC provides settings for truststore's type and password in ./jetty_base/resources/joc/joc.properties
Workaround
Start JOC's Jetty with Java options
- -Djavax.net.ssl.trustStorePassword=myPassword
- -Djavax.net.ssl.trustStoreType=PKCS12