TLS certificate sweep
cert_sweepCheck TLS certificate expiry across domains from explicit lists or config files. Sorts by soonest expiry and flags certificates expiring within a set number of days.
Instructions
Check TLS certificate expiry across many domains at once. Pass an explicit list, and/or config paths (nginx/Caddy/Traefik/compose files or dirs) to auto-extract the domains. Sorts by soonest expiry and flags certs expiring within warn_days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | TLS port (default 443) | |
| paths | No | config files/dirs to extract domains from | |
| domains | No | explicit domains to check | |
| warn_days | No | flag certs expiring within N days (default 21) |