Skip to content

Instantly share code, notes, and snippets.

@Himura2la
Created March 30, 2026 08:48
Show Gist options
  • Select an option

  • Save Himura2la/5314327dd59c79aede5bbcc6a78bfa25 to your computer and use it in GitHub Desktop.

Select an option

Save Himura2la/5314327dd59c79aede5bbcc6a78bfa25 to your computer and use it in GitHub Desktop.
see host's ssl cert
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