To configure SSL in Operações de Marketing
1.
Log in to IBM® EMM and click Settings > Configuration.
The Configuration page appears.
2.
Set the value of the Marketing Operations | navigation | serverURL property to the URL of the Operações de Marketing web application.
For example: serverURL=https://host:SSL_port/plan
where:
*
host is the name or IP address of the machine on which Operações de Marketing is installed.
*
SSL_Port is the SSL port of the Operações de Marketing web application
Note the https in the URL.
3.
Open the plan_config.xml file in a text or XML editor.
The plan_config.xml file is located in the conf directory under your Operações de Marketing installation.
4.
Set the UAPInitParam notifyPlanBaseURL property for your SSL connection.
For example: <UAPInitParam notifyPlanBaseURL="https://host:SSL_Port/plan/affiniumplan.jsp"/>
where:
*
host is the name or IP address of the machine on which Operações de Marketing is installed.
*
SSL_Port is the SSL port of the Operações de Marketing web application
Note the https in the URL.
5.
To enable Adobe Acrobat Online Markup functionality to work with Operações de Marketing over HTTPS, set the markupServerURL property for your SSL connection.
For example: <UAPInitParam markupServerURL="https://host:SSLport/plan/services/collabService?WSDL">
where:
*
host is the name or IP address of the machine on which Operações de Marketing is installed
*
SSL_Port is the SSL port of the Operações de Marketing web application
Note the https in the URL.
6.
Save and close the plan_config.xml file.