tls_cert_check
Check TLS certificates on a server instance to identify expiring certs and avoid outages. Returns domain, expiry, issuer, and days left.
Instructions
Discover TLS certificates on one instance (certbot live dirs + nginx/apache config references) and report expiry. Read-only. Returns JSON: {certs: [{domain, path, expires_at, days_left, issuer, self_signed}]}; a box with no certs returns an empty list. Errors: openssl_not_available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | Instance ID or name. |