Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagetext
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.