To configure SSL in Optimize
1.
Open the config.xml file found in the conf directory of your Optimize installation directory in a text or XML editor.
2.
Set the value of unicaServerSSLFile to the full path of the PEM file you are using. (The file that IBM® provides, unicaclient.pem, is located in the security directory of your Optimize installation.)
3.
Save and close the config.xml file.
4.
Set the value of the Campaign| unicaACOListener | useSSL configuration property to yes.
5.
If you are using the Optimize command-line tool ACOOptAdmin, you must edit the ACOOptAdmin.bat or ACOOptAdmin.sh file to recognize the SSL certificate by adding the following bold text.
Note that line breaks have been added to the example for print.

SET SSL_OPTIONS=-Djavax.net.ssl.keyStoreType="JKS"
-Djavax.net.ssl.trustStore=
"
path_to_your_jks_file/name_of_your_jks_file"
-Djavax.net.ssl.trustStorePassword=
password_in_your_jks_file
"$JAVA_HOME/bin/java" %SSL_OPTIONS%"
com.unicacorp.Campaign.optimize.tools.optadmin.OptAdmin "$@"*
Use the correct path to unicaClientIdentity.jks for your installation and the correct name and password for your jks certificate. Note that the -D option is preceded by a space.