Universal Messaging 10.3 | Administration Guide | Using Command Central to Manage Universal Messaging | Securing Communication Between Command Central and Universal Messaging | Configuring the Universal Messaging Client Properties
 
Configuring the Universal Messaging Client Properties
Use the following procedure to configure the Universal Messaging client system properties for a custom truststore and keystore to secure communication between Command Central and Universal Messaging.
*To configure the Universal Messaging client system properties
1. In the Command Central web user interface, go to the Platform Manager instance that is in the same installation as the Universal Messaging server.
2. Click Configuration > Java System Properties > Edit.
3. Add the following properties:
*com.softwareag.um.plugin.use.ssl.system.properties=true
* com.softwareag.um.client.ssl.keystore_path=<path to the custom keystore> - Required only if client authentication is enabled on the nsps or nhps interface.
*com.softwareag.um.client.ssl.keystore_password=<password of the custom keystore> - Required only if client authentication is enabled on the nsps or nhps interface.
*com.softwareag.um.client.ssl.certificate_alias=<the alias of the certificate in the keystore that Command Central should use> - Required only if client authentication is enabled on the nsps or nhps interface and the keystore contains more than one certificate.
*com.softwareag.um.client.ssl.truststore_path=<path to the custom truststore>
*com.softwareag.um.client.ssl.truststore_password=<password of the custom truststore>
4. Click Apply.
5. Restart Platform Manager.