Created
October 25, 2019 12:37
-
-
Save MikaelElkiaer/a0a7ceee05ee6b87c9932ae7f99abc6a to your computer and use it in GitHub Desktop.
Get certificate info via openssl
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
echo | openssl s_client -showcerts -servername some-domain.com -connect some-domain.com:443 2>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment