Created
December 6, 2024 08:43
-
-
Save Himura2la/2eb4a4816b4921e6c01e5915fe00a184 to your computer and use it in GitHub Desktop.
Use OpenSSL to get information on a remote TLS cert
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
ssl-query() { openssl s_client -connect "$1" </dev/null | openssl x509 -text -noout; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment