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 saniaky/7fe9c245209403b2ab567e437b9882aa to your computer and use it in GitHub Desktop.
Save saniaky/7fe9c245209403b2ab567e437b9882aa to your computer and use it in GitHub Desktop.
Check remote server SSL certificate
true | openssl s_client -connect site.com:443 -servername site.com | openssl x509 -noout -text | grep DNS:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment