Skip to content

Instantly share code, notes, and snippets.

Created May 22, 2015 12:27
Show Gist options
  • Save anonymous/fc361a590f3c5b2332d9 to your computer and use it in GitHub Desktop.
Save anonymous/fc361a590f3c5b2332d9 to your computer and use it in GitHub Desktop.
Verify expiration day of 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