SSL Live Lookup
ssl_live_lookupRetrieve the live SSL leaf certificate for a domain, including validity dates, serial number, subject/issuer details, and SANs.
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 |
|---|---|---|---|
| ssl_raw | No | If true, also include the raw OpenSSL output in the response. Default: false. | |
| domain_name | Yes | Domain name or URL to inspect for SSL certificate data (e.g. 'example.com' or 'https://example.com'). |