tls_cert_check
Check TLS certificates on a server instance, discovering certificates from certbot and nginx/apache configs, and report expiry dates.
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. |