Configuring SSL in Campaign
Follow this procedure to configure SSL in Campaign.
1.
Open the config.xml file in a text or XML editor.
The config.xml file is in the conf directory under your Campaign installation.
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.) For example:
unicaServerSSLFile=C:/Unica/security/certificateFile.pem
3.
Save and close the config.xml file.
4.
Log in to Marketing Platform and click Settings > Configuration.
The Configuration page appears.
5.
Set the value of the Campaign | unicaACListener | useSSL property to yes.
6.
If you deployed the web application on an SSL port, set the value of the Campaign | navigation | serverURL property to the web application URL. For example:
serverURL=https://host:SSL_port/Campaign
where:
*
host is the name or IP address of the machine on which the web application is installed
*
SSL_Port is the SSL port of the web application
Note the https in the URL.
7.
If you are using the operational monitor, configure it for SSL by setting the value of the Campaign | monitoring | serverURL property to use HTTPS. For example:
serverURL=https://host:SSL_port/Campaign/OperationMonitor
where:
*
host is the name or IP address of the machine on which the web application is installed
*
SSL_Port is the SSL port of the web application
Note the https in the URL.