Using Universal Messaging Services with SSL
Digital Event Services (DES) supports the Universal Messaging NSPS protocol for secure communication.
To enable DES to communicate with an SSL-enabled Universal Messaging server, you must configure the following Java system properties for the runtime in which DES is running:
Property | Value |
javax.net.ssl.keyStore | The path to the client keystore. |
javax.net.ssl.keyStorePassword | The passowrd for the client keystore. |
javax.net.ssl.trustStore | The path to the certificate authority (CA) keystore file. |
javax.net.ssl.trustStorePassword | The password for the CA keystore. |
Note: | DES supports only .jks file based keystore and truststore types. |
For more information about configuring Universal Messaging for SSL communication, see Universal Messaging documentation. For more information about configuring Java system properties, see Software AG Command Central Help or the documentation of the embedding runtime.