Created
June 23, 2017 09:42
-
-
Save gravejester/af1ce6e9a918d644da5ad729ab7c45e8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
DNS_NAME="some.domain.tld" | |
openssl s_client -connect ${DNS_NAME}:443 -servername ${DNS_NAME} 2>/dev/null </dev/null | openssl x509 -noout -dates -issuer -subject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment