Skip to content

SSL

This page outlines the steps to configure Secure Sockets Layer (SSL) for both VM and Docker-based deployments.

  1. Ensure the Key Store certificate file is available on the target VM. If not, generate a new one.

  2. Open the broker.xml file located at JMS_BRIDGE_ROOT/etc/jms-bridge/.

  3. Add the following <acceptor> configuration:

    <acceptors>
    <acceptor name="ssl">tcp://<jms-bridge-host>:<port>?sslEnabled=true;keyStorePath=/path/to/the/keyStoreCertificate;keyStorePassword=<certificate-password></acceptor>
    </acceptors>