Skip to content

Instantly share code, notes, and snippets.

@sbfaulkner
Last active December 14, 2016 03:48
Show Gist options
  • Save sbfaulkner/3885d6d394ef2ebc012db0a5ba5120da to your computer and use it in GitHub Desktop.
Save sbfaulkner/3885d6d394ef2ebc012db0a5ba5120da to your computer and use it in GitHub Desktop.
report names on ssl cert
openssl s_client -showcerts -connect $1:443 </dev/null | openssl x509 -noout -text | grep DNS:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment