...
If you haven't done so already during Java installation, make sure you have the following environment variables set related to Java. The values below are just examples. Modify the paths according to your Java installation.
Set JAVA_HOME environment variable to /usr/local/java/jdk1.8.0_181lib/jvm/java-11-openjdk
Additional SSL Considerations
...
Code Block | ||
---|---|---|
| ||
cd ${JAVA_HOME}/lib/security ${JAVA_HOME}/bin/keytool -importcert -trustcacerts -alias "<descriptive alias here>" .keystore -cacerts -storepass changeit -file C:\/path\/to\/certificate.cer |
These commands can also be run at a later stage when third-party backend services are added to user registration workflows.