ssl_expiry_check
Identify SSL certificates expiring within a specified number of days. Returns name, expiry date, and days remaining, sorted by soonest expiry.
Instructions
[READ] Check which SSL certificates expire within N days (default 30).
Returns name, expiry date and days remaining, soonest first. Use this instead of ssl_list when you only want certificates near expiry. Expired certs are included, with negative days remaining.
Args: days: Report certs expiring within this many days (default 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |