-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
Not defined
Context:
We have recently had a support ticket with some confusion regarding how to communicate with Optimize to a secured engine with a custom certificate. To do so, users need to configure their JVM truststore, which can be done with OPTIMIZE_JAVA_OPTS.
Example:
Say the truststore which contains the public certificate is in /opt/camunda-optimize/keystore/keystore.jks, this can be set with
OPTIMIZE_JAVA_OPTS=-Xms2g -Xmx2g -XX:MaxMetaspaceSize=256m -Djavax.net.ssl.trustStore=/opt/camunda-optimize/keystore/keystore.jks
The password can be set with -Djavax.net.ssl.trustStorePassword=...
AT:
- The docs include a section explaining the above
This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10446. Please use this link for any future references and continue any discussion there.