tls_cert_check
Discover TLS certificates on an instance from certbot live directories and nginx/apache configurations, returning expiry dates and issuer details. Use to audit certificate validity without modification.
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. |