How to check expiration time of a PEM certificate using openssl?
#openssl #expiration_date
$ openssl x509 -enddate -noout -in file.pem
notAfter=Sep 3 02:23:50 2018 GMT
#openssl #expiration_date