Query the certificate with openssl :
$ echo GET | openssl s_client -connect www.google.com:443 > cert.txt
Next extract the end date.
$ openssl x509 -in cert.txt -noout -enddate
notAfter=Sep 30 23:59:59 2013 GMT
notAfter=Sep 30 23:59:59 2013 GMT
0 comments:
Post a Comment