Updating SSL certificates with an upgrade installation
- Last Updated: April 28, 2025
- 2 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
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.
- 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.
- 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
- Copy and rename the updated ddcloudTrustStore.jks to trustStore.jks.
- Replace the TrustStore file in the JDBC driver installation directory
jdbc_install_dir/SSLCertificates/trustStore.jkswith the updated version.
ODBC driver
- Copy and rename the updated ddcloud.pem to sslcertificates.pem.
- Replace the PEM file in the ODBC driver installation directory
odbc_install_dir/sslcertificates/sslcertificates.pemwith 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.- Replace the TrustStore file in the On-Premises Connector installation
directory
opc_install_dir/OPDAS/ConfigTool/ddcloudTrustStore.jkswith the updated version. - Restart the On-Premises Connector.
- Select Stop Services from the Progress DataDirect Hybrid Data Pipeline On-Premises Connector program group.
- After the service has stopped, select Start Services from the Progress DataDirect Hybrid Data Pipeline On-Premises Connector program group.
- Select Configuration Tool from the Progress DataDirect Hybrid Data Pipeline On-Premises Connector program group.
- Select the Status tab and click Test to verify that the On-Premises Connector configuration is connecting to the Hybrid Data Pipeline server.
- Repeat steps a-b for each On-Premises Connector connecting to the server.