pve_acme_cert_order
Order a new ACME TLS certificate for a Proxmox node's configured ACME domains. Async operation with dry-run default; use confirm=true to execute and install the certificate on successful challenge.
Instructions
MUTATION: order a NEW ACME TLS certificate for the node's configured ACME domains. Dry-run by default. Async — returns a task UPID (poll pve_task_status/pve_task_wait).
MEDIUM (lower than pve_node_cert_upload's HIGH): the cert is CA-validated and installed ONLY on a successful challenge — a failed challenge leaves the existing cert untouched, so it cannot lock you out. On success PVE reloads pveproxy. force=overwrite an existing custom cert. Revert to self-signed with pve_node_cert_delete. confirm=True to execute. Smoke-confirm: POST shape + async UPID against a live PVE instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| force | No | ||
| confirm | No | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |