Created
May 31, 2023 13:10
-
-
Save pre/7339dfdaa3aefc3abd609c7040883bde to your computer and use it in GitHub Desktop.
openssl read ssl certificate with sni
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 google.com -connect google.com:443 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment