Skip to content

Instantly share code, notes, and snippets.

@reaaz
Created November 13, 2013 21:58
Show Gist options
  • Save reaaz/7457186 to your computer and use it in GitHub Desktop.
Save reaaz/7457186 to your computer and use it in GitHub Desktop.
Verify SSL certs on a domain.
openssl s_client -connect some-secure-domain.com:443 -showcerts | grep "^ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment