order_certificate_pack
Order advanced certificate packs for hostnames with validation options. Requires human approval for actual execution.
Instructions
Order an advanced certificate pack for one or more hostnames. Requires confirm:true (human-approval gate); without it returns a preview only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The Cloudflare zone ID (32-char hex). Get it from list_zones. | |
| hosts | Yes | Hostnames to cover, e.g. ['example.com', '*.example.com']. | |
| certificate_authority | No | Certificate authority. Default 'google'. | |
| validation_method | No | Domain control validation method. Default 'txt'. | |
| validity_days | No | Certificate validity in days. Default 90. | |
| confirm | No | Human-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve before this is set to true. |