Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamcryptoki/342c03cc407188778724fabb0e1cb031 to your computer and use it in GitHub Desktop.
Save iamcryptoki/342c03cc407188778724fabb0e1cb031 to your computer and use it in GitHub Desktop.
Show remote TLS certificate details.
echo | openssl s_client -showcerts -servername example.com -connect example.com:443 2>/dev/null | openssl x509 -inform pem -noout -text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment