Skip to content

Instantly share code, notes, and snippets.

@thorsummoner
Created October 19, 2016 20:10
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 thorsummoner/79e889a6a0e4301d113dc921ce81b24e to your computer and use it in GitHub Desktop.
Save thorsummoner/79e889a6a0e4301d113dc921ce81b24e to your computer and use it in GitHub Desktop.
#!/bin/sh
true | openssl s_client -connect outlook.com:443 | openssl x509 -noout -text | grep -B1 DNS:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment