How to identify SSL certificate's expiration
Applies to
ONTAP 9
Answer
Please use the command below:
security certificate show -fields vserver,common-name,serial,ca,type,expiration
Example:
ontap912::> security certificate show -fields vserver,common-name,serial,ca,type,expiration
vserver common-name serial ca type subtype cert-name expiration
-------- ---------------------- ------ -------------------------- --------- ------- ---------------------- ------------------------
ontap912 AAACertificateServices 01 "AAA Certificate Services" server-ca - AAACertificateServices Mon Jan 01 07:59:59 2029
Additional Information
- How to manage ONTAP SSL certificates via System Manager
- Error message of "mgmtgwd.certificate.expiring" in event log
- Error message of "mgmtgwd.certificate.expired" in event log
- How to renew a Self-Signed SSL certificate in ONTAP 9
- How to install or renew a CA signed certificate using ONTAP System Manager
- What is the impact of an expired digital certificate used for a Vserver?