Previous Topic: Where Settings Are StoredNext Topic: Set Up Data Sources


Set Up TLS/SSL for a JNDI Data Source

In Connector Xpress, you can define a JNDI data source as TLS/SSL enabled.

If a JNDI data source is TLS/SSL enabled, import the JNDI data source certificate into the Connector Xpress trusted certificate store.

Follow these steps:

  1. Create a PEM file for each issuer in the target certificate’s chain.
  2. For each file enter the following command:
    keytool -import -trustcacerts -keystore "conxp-home/conf/ssl.keystore" -file trusted-certificate.pem
    

    The JNDI Data Source certificate is imported into the ssl.keystore

    Repeat this command for each PEM file.

  3. Restart Connector Xpress.
  4. Test the TLS/SSL connection in Connector Xpress.