ssl_expiry
This is an old revision of the document!
If you would like to use the commandline to check your ssl expiry dates of website, including external websites then you can use the following:
You can change lukeslinux.co.uk:443 to your website.
It also works with *:443 and localhost:443
echo | openssl s_client -connect localhost:443 2>/dev/null | openssl x509 -noout -dates
ssl_expiry.1441953277.txt.gz · Last modified: 2024/05/23 07:26 (external edit)