Configuring SSL in Unica Optimize

Follow this procedure to configure SSL in Unica Optimize.

Procedure

  1. Open the config.xml file found in the conf directory of your Unica Optimize installation directory in a text or XML editor.
  2. Set the value of unicaServerSSLFile to the full path of the certificate you are using.
  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 Unica Optimize command-line tool ACOOptAdmin, perform the following steps.
    1. Obtain the following.
    2. Place the certificate file in the JAVA_HOME/jre/lib/security directory, where JAVA_HOME is the Java directory specified in the ACOOptAdmin script.
    3. Use the keytool program to import the certificate into the cacerts file for your Java instance.

      You can use the following example command as a guide.

      keytool -import -trustcacerts -file name_of_your_certificate.cer -keystore cacerts

      Enter the certificate password when prompted.