Tag Archives: ssl

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

Posted in Guides, Linux | Tagged , | Leave a comment