Check the Dates of a Certificate from the Command Line
avatar

To check the start and expire dates of a certificate from the command line you can run the following command:

openssl x509 -noout -in <certificate filename> -dates

This entry was posted in Guides, Linux and tagged , . Bookmark the permalink.

Leave a Reply