Created
January 2, 2024 02:29
-
-
Save schnell18/a5a2f863b5db65a2aa1984d99cb9b1e2 to your computer and use it in GitHub Desktop.
Examine SSL certificate
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 -connect www.example.com:443 </dev/null 2>/dev/null | openssl x509 -inform pem -text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment