echo | openssl s_client -connect <your server here>:443 2>/dev/null | openssl x509 -noout -dates Taken from letsencrypt community answer:
How to Show How Many Days are left in SSL Certificate from Command Line
Written by
in
Written by
in
echo | openssl s_client -connect <your server here>:443 2>/dev/null | openssl x509 -noout -dates Taken from letsencrypt community answer:
Leave a Reply