Configure source and target with the same TLS data but different hosts
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To protect network data using Transport Layer Security, you need access to private keys and digital certificates to negotiate TLS connections. OpenEdge provides utilities for installing and managing certificates.
Note: Make sure that your certificate is current. When your certificate expires, OpenEdge Replication will stop working.
This example assumes that you have a private key and a digital (public-key) certificate.
If you need to install keys or certificates, see Manage OpenEdge Keys and Certificates.
Consider the case where your source and target databases for OpenEdge Replication have shared keys and certificates stored in the /keys and /certs directories, respectively, but on different hosts. The [SSL] section in the properties files will look the same, but each host will have a distinct [control-agent] section.
For example, let's assume the host name sourcehost on the source and targethost on the target.