Configuring SSL in Campaign for a clustered environment

Follow this procedure to configure SSL in Campaign listener server in a clustered environment.

Procedure

  1. Open the config.xml file for the listener server in a text or XML editor.

    The config.xml file is in the conf directory under your Campaign installation.

  2. Set the following values in the config.xml file.
    • Set configurationServerBaseURL to the Campaign SSL URL. This is the IBM HTTP Server URL.
    • Set unicaServerSSLFile to the path where the Key.kdb file is saved.
    • Set unicaServerSSLFilePwd to the path where the Key.sth file is saved.
    For example:
    <configuration name="bootstrap">
       <category name="bootstrap">
          <property name="suiteName"><value>Affinium</value></property>
          <property name="clientType"><value>HTTP</value></property>
          <!-- configurationServerBaseURL value will be set by AffiniumSuite assembly installer -->
          <property name="configurationServerBaseURL"><value>https://<IHS_Host>/Campaign</value></property>
          <property name="trustedApplication"><value>false</value></property>
          <property name="unicaClientKeystore"><value></value></property>
          <property name="unicaClientKeystorePwd"><value></value></property>
          <property name="unicaServerSSLFile"><value>/opt/IBM/IBMMS101/Campaign/bin/certs/Key.kdb</value></property>
          <property name="unicaServerSSLFilePwd"><value>/opt/IBM/IBMMS101/Campaign/bin/certs/Key.sth</value></property>
       </category>
    </configuration>
    
  3. Save and close the config.xml file.