TLS & Certificates
Full TLS handshake inspection, certificate chain extraction, cipher enumeration, an A–F analysis grade, and Certificate Transparency log search via crt.sh.
| Method | Path | Summary |
|---|---|---|
| GET | /api/tls/:host | Full TLS inspection (negotiated cipher, ALPN, chain) |
| GET | /api/tls/certificate | Leaf certificate details (?host=&port=) |
| GET | /api/tls/ciphers | Enumerate supported ciphers |
| GET | /api/tls/analyze | Grade TLS configuration (A–F) |
| GET | /api/tls/certificate-transparency/:domain | crt.sh CT log search |
See the full reference or fetch the live OpenAPI 3.1 spec.