PROJET AUTOBLOG


Shaarli - Librement Shaarli

Site original : Shaarli - Librement Shaarli

⇐ retour index

bash - How to determine SSL cert expiration date from a PEM encoded certificate? - Stack Overflow

mardi 21 novembre 2017 à 13:37
With openssl:
openssl x509 -enddate -noout -in file.pem

The output is on the form:
notAfter=Nov  3 22:23:50 2014 GMT

Permalink