Created
June 5, 2024 09:38
-
-
Save maniankara/1c4dc48115d2d4e6dceb7d35a724eea4 to your computer and use it in GitHub Desktop.
Fetch TLS certs from a URL
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
openssl s_client -showcerts -servername www.example.com -connect www.example.com:443 </dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment