How to check the SSL certificate expiration date on Aria Operations for Logs Web UI
search cancel

How to check the SSL certificate expiration date on Aria Operations for Logs Web UI

book

Article ID: 416562

calendar_today

Updated On:

Products

VCF Operations/Automation (formerly VMware Aria Suite)

Issue/Introduction


Aria Operations for Logs appliances use a SSL certificate that must be renewed within the certificate's expiration date.
This article explains how to check it from the Aria Operations for Logs Web UI.

Environment

Aria Operations for Logs 8.18.x

Resolution

UI method:

1. Log in to Aria Operations for Logs Web UI as admin user
2. Click [Configuration] > [SSL] in the menu pane on the left side

3. Click [VIEW DETAILS...] to display the certificate details, and check the expiration date under "Validity period:" 

Command Line method:

1. Log in to Aria Operations for Logs through the Console or SSH as root user
2. Run the following command:

echo "" | keytool -list -keystore /usr/lib/loginsight/application/etc/3rd_config/keystore -rfc 2> /dev/null | openssl x509 -noout -enddate

Additional Information

Aria Operations for Logs UI running in FIPS mode is not accessible after SSL certificate expired