Java Key Store Setup
TODO
This is out of date for stroom 7.In order that the java process communicates over https (for example Stroom Proxy forwarding onto Stroom) the JVM requires relevant keystore’s setting up.
As the processing user copy the following files to a directory stroom-jks in the processing user home directory :
- CA.crt - Certificate Authority
- SERVER.crt - Server certificate with client authentication attributes
- SERVER.key - Server private key
As the processing user perform the following:
- First turn your keys into der format:
- Import Keys into the Key Stores:
- Update Processing User Global Java Settings:
Any Stroom or Stroom Proxy instance will now additionally pickup the above JAVA_OPTS settings.
Last modified March 18, 2026: Merge branch '7.10' into 7.11 (6db940a)