Configuring SSL in Contact Optimization

Follow this procedure to configure SSL in Contact Optimization.

Procedure

  1. Open the config.xml file found in the conf directory of your Contact Optimization 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 Contact Optimization 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.