Skip to content

Instantly share code, notes, and snippets.

@enesser
Created June 22, 2018 18:12
Show Gist options
  • Select an option

  • Save enesser/59e8016dbcffda5865a72f0c5286829d to your computer and use it in GitHub Desktop.

Select an option

Save enesser/59e8016dbcffda5865a72f0c5286829d to your computer and use it in GitHub Desktop.
Show SSL certificate information via OpenSSL
$ echo | openssl s_client -showcerts -servername google.com -connect google.com:443 2>/dev/null | openssl x509 -inform pem -noout -tex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment