MCP tool · SSL, backups, cron & logs
get_ssl_status
Report the ssl/tls certificate state for a domain: the issuer, the validity window (validFrom/validTo), daysRemaining, whether it has expired, whether it is…
get_ssl_status
Read-onlyIdempotent
Description
Report the ssl/tls certificate state for a domain: the issuer, the validity window (validFrom/validTo), daysRemaining, whether it has expired, whether it is self-signed, and the hostnames it covers (san coverage). It never returns the private key or the raw certificate body. To *issue* a new certificate use request_ssl_certificate, not this; for a full site health verdict use diagnose with symptom ssl. If it answers hasCertificate: false, no per-domain certificate is stored and the domain may be served by the shared server certificate.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|