Skip to content

Instantly share code, notes, and snippets.

@joshuacronemeyer
Created May 20, 2020 16:57
Show Gist options
  • Save joshuacronemeyer/8f75ce6644ab7ef6015bd2d5152fb019 to your computer and use it in GitHub Desktop.
Save joshuacronemeyer/8f75ce6644ab7ef6015bd2d5152fb019 to your computer and use it in GitHub Desktop.
Check TLS certificate expiration date with SNI enabled
openssl s_client -showcerts -connect www.caboenvivo.com:443 -servername caboenvivo.com 2>/dev/null | openssl x509 -noout -dates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment