Configure the Synthetic Server to Use the Keystore
Follow the steps below to configure the Synthetic Server to use the signed certificate and its password.
-
Edit the Synthetic Scheduler configuration file at
<installation directory>/conf/synthetic-scheduler.yml
and add theapplicationConnectors
object shown below underserver
:server: ... applicationConnectors: - type: https port: <port> keyStorePath: <path to JKS files> keyStorePassword: <jks file password> validateCerts: false
If you don't already have a signed certificate, see Create and Sign an RSA Security Certificate.
-
Edit the Synthetic Shepherd configuration file at
<installation directory>/conf/synthetic-
shepherd
.yml
and add theapplicationConnectors
object shown below underserver
:server: ... applicationConnectors: - type: https port: <port> keyStorePath: <path to jks file> keyStorePassword: <jks file password> validateCerts: false
- Restart the Synthetic Server.
- Verify the connection to the HTTPS port.