Checking the TLS Certificate Expiration
- Connect to the Aria Automation Orchestrator Appliance via SSH and login as the root user.
- Run the following command to check the notAfter (expiration) date and time:
vracli certificate ingress --list | openssl x509 -noout -dates
Example:
# vracli certificate ingress --list | openssl x509 -noout -dates
notBefore=<Abbreviated Month Name> DD HH:MM:SS YYYY GMT
notAfter=<Abbreviated Month Name> DD HH:MM:SS YYYY GMT <== Check
Note: The same output can also be confirmed with the following command.
echo | openssl s_client -connect <Aria Automation Orchestrator FQDN or IP Address>:443 2>/dev/null | openssl x509 -noout -dates
Checking Expiration for Dunes, SSO Keystore, and CA Keystore
- Login to the Aria Automation Orchestrator UI.
- Select Administration > Inventory.
- Expand Configuration > Keystores.
- Expand each keystore (Dunes, SSO Keystore, and CA keystore), select the relevant certificate, and check the notAfter (expiration) date and time.