Configuring Secure Connection to the Universal Messaging Server for CDS
You configure SSL connection between a My webMethods Server cluster node and the Universal Messaging server by specifying additional JVM properties in the custom_wrapper.conf file for My webMethods Server. When you configure an SSL connection to Universal Messaging for a clustered installation that includes Integration Server and Common Directory Services (CDS), you must also add these properties in the custom_wrapper.conf file for the Integration Server that uses CDS.
For more information about the custom_wrapper.conf file, see
Configuring JVM Settings for
My webMethods Server. Fo more information about editing the custom_wrapper.conf file for
Integration Server, see
webMethods Integration Server Administrator’s Guide.
Add and configure the following additional JVM properties:
Property | Description |
nirvana.ssl.keystore.path | Fully qualified path to the location of the keystore for client certificates. |
nirvana.ssl.keystore.pass | The password for the specified keystore. |
nirvana.ssl.keystore.cert | Required when client certificate validation is enabled in Universal Messaging. The alias of the certificate in the specified keystore to use for authentication. |
nirvana.ssl.truststore.path | Fully qualified path to the location of the truststore for CA certificates. |
nirvana.ssl.truststore.pass | The password for the specified truststore. |
nirvana.ssl.protocol | The type of protocol to use for secure connection. If you do not specify a protocol for secure connection, My webMethods Server and CDS use TLS. |