# website-cert-expiring

### Overview

* **Key:** `website-cert-expiring`
* **Name:** SSL Certificate Expiring
* **Triggers when:** A TLS or SSL certificate is detected as expiring within 30 days during a website scan

### Fields

| Field      | Type    | Description      |
| ---------- | ------- | ---------------- |
| scan\_id   | string  | ID of the scan   |
| target\_id | integer | ID of the target |

### Example data

```json
{
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456
}
```
