If you have a deployment of Hybrid Data Pipeline 4.6.1.1930 or earlier on Linux that does not use a load balancer (also referred to as a non-load balancer deployment), then you must run an upgrade installation of Hybrid Data Pipeline to update the SSL certificate

Before you begin, you must obtain the CA certificate. For non-load balancer deployments, the full certificate chain must be provided in x509 PEM file format. See SSL configuration (non-load balancer) for details.

Take the following steps to update a Hybrid Data Pipeline environment with a new server certificate.

  1. Follow the non-load balancer upgrade instructions available in Upgrading the Hybrid Data Pipeline server.
    Note:
    • If you want only to update the certificate and not update the version of the server, you may use the same installer that you used during your last installation or upgrade of Hybrid Data Pipeline.
    • During the upgrade process, you must specify the location of the CA certificate.
  2. Update certificate information for the following components as needed.
    Note: The ddcloudTrustStore.jks and ddcloud.pem files are available in the redist folder of the installation directory.

    JDBC driver

    1. Copy and rename the updated ddcloudTrustStore.jks to trustStore.jks.
    2. Replace the TrustStore file in the JDBC driver installation directory jdbc_install_dir/SSLCertificates/trustStore.jks with the updated version.

    ODBC driver

    1. Copy and rename the updated ddcloud.pem to sslcertificates.pem.
    2. Replace the PEM file in the ODBC driver installation directory odbc_install_dir/sslcertificates/sslcertificates.pem with the updated version.

    On-Premises Connector

    Note: The On-Premises Connector TrustStore must be updated only if you are using a certificate from a less-well-known CA.
    1. Replace the TrustStore file in the On-Premises Connector installation directory opc_install_dir/OPDAS/ConfigTool/ddcloudTrustStore.jks with the updated version.
    2. Restart the On-Premises Connector.
      1. Select Stop Services from the Progress DataDirect Hybrid Data Pipeline On-Premises Connector program group.
      2. After the service has stopped, select Start Services from the Progress DataDirect Hybrid Data Pipeline On-Premises Connector program group.
      3. Select Configuration Tool from the Progress DataDirect Hybrid Data Pipeline On-Premises Connector program group.
      4. Select the Status tab and click Test to verify that the On-Premises Connector configuration is connecting to the Hybrid Data Pipeline server.
    3. Repeat steps a-b for each On-Premises Connector connecting to the server.