pve_acme_cert_order
Order an ACME TLS certificate for Proxmox node domains. Dry-run by default; set confirm=True to execute. Returns an async task UPID for progress tracking.
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 | Target PVE node name; omit to use the configured default node. | |
| force | No | Overwrite an existing custom certificate on the node if one is already installed. | |
| confirm | No | False (default) returns a dry-run PLAN only; True submits the ACME order task. | |
| 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 |