Universal Messaging 10.3 | Administration Guide | Using Command Central to Manage Universal Messaging | Securing Communication Between Command Central and Universal Messaging | Configuring the JSSE System Properties
 
Configuring the JSSE System Properties
Use the following procedure to configure the JSSE system properties for a custom truststore and keystore to secure communication between Command Central and Universal Messaging.
Important:
Setting the JSSE system properties might impact all run-time components that use SSL in the same Platform Manager installation.
*To configure the JSSE 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
*javax.net.ssl.keyStore=<path to the custom keystore> - Required only if client authentication is enabled on the nsps or nhps interface.
*javax.net.ssl.keyStorePassword=<password of the custom keystore> - Required only if client authentication is enabled on the nsps or nhps interface.
*javax.net.ssl.trustStore=<path to the custom truststore>
*javax.net.ssl.trustStorePassword=<password of the custom truststore>
4. Click Apply.
5. Restart Platform Manager.