register_beacon_order
OBSOLETE - do not call. The cert→monitoring handoff is server-side now (issue via create_certificate, which records the order itself). This tool is kept only so old plugin versions that still call it don't error; it remains idempotent and harmless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Contact email the user gave Beacon | ||
| domain | Yes | Domain the cert was requested for | |
| order_id | Yes | The order_id from beacon.create_order | |
| webhook_secret | No | Per-order HMAC secret Beacon returned (used to verify the subsequent webhook). Optional - without it, this server can't verify webhooks for the order and will drop them. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| order_id | Yes | ||
| registered | Yes | ||
| has_webhook_secret | No |