check_certificate_propagation
Check whether the DNS TXT records for a certificate order have propagated (Cloudflare/Google/Quad9). Step 2 of issuance - poll until all_found is true, then call finalize_certificate. Returns per-record resolver results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | The order_id from create_certificate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | No | Per-record propagation status. | |
| all_found | No | True when every challenge record/file is in place. |