in reply to Security certificate expiration dates

If you are using openssl, it is much easier to use the openssl binary to find out the expiration date rather than try to write your own code...

# openssl x509 -enddate -noout < server.crt
notAfter=May 20 22:51:53 2003 GMT

We're not surrounded, we're in a target-rich environment!
  • Comment on Re: Security certificate expiration dates