Skip to content

Instantly share code, notes, and snippets.

@muriloazevedo
Forked from anonymous/verify_cert.sh
Created May 22, 2015 12:28
Show Gist options
  • Save muriloazevedo/cabdfb54f510bb918df3 to your computer and use it in GitHub Desktop.
Save muriloazevedo/cabdfb54f510bb918df3 to your computer and use it in GitHub Desktop.
verify ssl certificate for domain
echo | openssl s_client -connect google.com:443 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