Created
May 22, 2015 12:27
-
-
Save anonymous/fc361a590f3c5b2332d9 to your computer and use it in GitHub Desktop.
Verify expiration day of domain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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