renew_certificate
Renew a certificate by cloning a recent order (requires the original order_id; Beacon purges orders after ~24h). Returns a new order_id and fresh DNS TXT records - then poll check_certificate_propagation and call finalize_certificate. If you don't have an order_id (the usual case at 90-day renewal time), call create_certificate for the domain instead; that IS the renewal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | The original order_id to clone. If you don't have one, use create_certificate instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| order_id | No | ||
| challenge | No | ||
| http_files | No | ||
| dns_records | No |