SSL Live Lookup
ssl_live_lookupRetrieve live SSL leaf certificate details for any domain, including validity, serial number, subject/issuer, subject alternative names, and PEM encoding.
Instructions
Retrieve the live SSL certificate for a domain (end-user/leaf certificate only, no chain). Returns validity dates, serial number, signature algorithm, subject/issuer details, public key info, key usages, Subject Alternative Names, and the PEM-encoded certificate. To retrieve the full certificate chain use 'ssl_live_chain_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. |