Created
March 30, 2026 08:48
-
-
Save Himura2la/5314327dd59c79aede5bbcc6a78bfa25 to your computer and use it in GitHub Desktop.
see host's ssl 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