Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmarwell/d1a0d120e4dfbc2f409c to your computer and use it in GitHub Desktop.
Save bmarwell/d1a0d120e4dfbc2f409c to your computer and use it in GitHub Desktop.
CF=mktemp; openssl s_client -showcerts -connect host:port </dev/null > "$CF" 2>/dev/null; openssl x509 -in "$CF" -text -noout | grep "Signature Algorithm" | uniq; rm "$CF"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment