By adding a system property, you can activate the certificate path validation algorithm for your trusted certificates.
Automation Orchestrator uses an enhanced public-key infrastructure X.509 (PKIX) certification path when working with certificates for establishing an SSL or TLS connection with a host. Automation Orchestrator must work uninterrupted when establishing a connection with a host with an updated certificate issued by a trusted certificate authority (CA) included in the Automation Orchestrator trust store.
If the subject certificate or some of the intermediate certificates are renewed, the algorithm makes an informed trust decision on whether it can trust any certificate that is not already explicitly trusted.
Procedure
Results
The certificate validation algorithm is now active. For more information on managing Automation Orchestrator certificates, see Manage Automation Orchestrator certificates.
What to do next
If your Automation Orchestrator deployment uses vSphere as an authentication provider and you change the vCenter certificate, you must restart the Automation Orchestrator pod so the environment can use the new certificate. To restart your pod, use the following procedure:
- Log in to the Automation Orchestrator Appliance as root.
- Run the following commands:
kubectl -n prelude scale deployment vco-app --replicas=0 kubectl -n prelude scale deployment vco-app --replicas=1
Note: For clustered Automation Orchestrator deployments, replace the second command with the following:kubectl -n prelude scale deployment vco-app --replicas=3