Loading...
Security Tool
Check SSL certificate details, expiration dates, and issuer information for any domain.
openssl s_client.Enter a domain name (with or without protocol). Examples: example.com, https://github.com
What is Certificate Transparency?
Certificate Transparency (CT) is an open framework that logs all SSL/TLS certificates issued by Certificate Authorities. This tool queries CT logs to show certificate information for any domain.
Limitations:
openssl s_clientManual Certificate Check:
echo | openssl s_client -servername example.com -connect example.com:443 2>/dev/null | openssl x509 -noout -dates -issuer -subject
Was this tool helpful?