Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created January 2, 2024 02:29
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 schnell18/a5a2f863b5db65a2aa1984d99cb9b1e2 to your computer and use it in GitHub Desktop.
Save schnell18/a5a2f863b5db65a2aa1984d99cb9b1e2 to your computer and use it in GitHub Desktop.
Examine SSL certificate
openssl s_client -connect www.example.com:443 </dev/null 2>/dev/null | openssl x509 -inform pem -text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment