Aria Automation Orchestrator utilizes several types of certificates for client communication,
internal component communication (gRPC), and external integrations.
If any of these certificates expire, it can cause critical issues.
Since these certificates do not renew automatically, an expired certificate may lead to unexpected communication failures.
VMware Aria Automation Orchestrator 8.18.x
The issue occurs when one or more of the following certificates used by Orchestrator expire.
Because these certificates do not have an auto-renewal feature, they must be updated manually or via specific workflows.
Check the expiration dates of the target certificates. If they have expired or are nearing expiration,
perform the update using the following methods:
vracli certificate ingress -list | openssl x509 -dates --nooutkubectl get secret -n prelude envoycert -o jsonpath='{.data.ca\.crt}' | base64 -d | openssl x509 -dates --nooutkubectl get secret -n prelude contourcert -o jsonpath='{.data.ca\.crt}' | base64 -d | openssl x509 -dates --nooutHow to generate a TLS certificate in a standalone Aria Automation Orchestrator 8.18.1
After the reboot, the container 'contour-envoy-#####' is no longer starting
How to re-generate certificates in Dunes keystore for Standalone Aria Automation Orchestrator
How to Configure the Automation Orchestrator Appliance authentication provider on 8.18.x
How to import a trusted certificate to the keystore in VCO.