User Tools

Site Tools


ssl_expiry

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.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1