SSL Live Chain Lookup
ssl_live_chain_lookupRetrieve the complete SSL certificate chain for a domain, including leaf, intermediate, and root certificates with validity, subject, issuer, public key, and PEM output.
Instructions
Retrieve the complete live SSL certificate chain for a domain. Includes the leaf certificate plus intermediate and root CA certificates when available. Each certificate includes chain order, validity window, subject and issuer details, public key details, key usages, SAN, and PEM output. To retrieve only the end-user certificate, use 'ssl_live_lookup' instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_name | Yes | Domain name or URL to inspect for SSL certificate data (e.g. 'example.com' or 'https://example.com'). | |
| ssl_raw | No | If true, also include the raw OpenSSL output in the response. Default: false. |