Created
September 25, 2014 14:21
-
-
Save bmarwell/d1a0d120e4dfbc2f409c to your computer and use it in GitHub Desktop.
This file contains 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
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