Skip to content

Instantly share code, notes, and snippets.

@maniankara
Created June 5, 2024 09:38
Show Gist options
  • Save maniankara/1c4dc48115d2d4e6dceb7d35a724eea4 to your computer and use it in GitHub Desktop.
Save maniankara/1c4dc48115d2d4e6dceb7d35a724eea4 to your computer and use it in GitHub Desktop.
Fetch TLS certs from a URL
openssl s_client -showcerts -servername www.example.com -connect www.example.com:443 </dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment