SSL certificate expiration
A simple oneliner that I’ve had to look up three times now, so I’m blogging it:
openssl s_client -connect secure.gay.nl:443 | openssl x509 -noout -dates
A simple oneliner that I’ve had to look up three times now, so I’m blogging it:
openssl s_client -connect secure.gay.nl:443 | openssl x509 -noout -dates
Comment by Sinister| — May 2, 2006 10:59:47 PM | # - re
Comment by Matty — May 25, 2006 1:31:59 AM | # - re
Comment by r3boot — Sep 21, 2007 8:24:49 AM | # - re