Skip to content

Instantly share code, notes, and snippets.

@pre
Created May 31, 2023 13:10
Show Gist options
  • Save pre/7339dfdaa3aefc3abd609c7040883bde to your computer and use it in GitHub Desktop.
Save pre/7339dfdaa3aefc3abd609c7040883bde to your computer and use it in GitHub Desktop.
openssl read ssl certificate with sni
```
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