pve_acme_cert_renew
Renew a Proxmox node's existing ACME TLS certificate. Use force to renew even if >30 days to expiry; dry-run by default, set confirm=True to execute asynchronously.
Instructions
MUTATION: renew the node's existing ACME TLS certificate. Dry-run by default. Async — returns a task UPID (poll pve_task_status/pve_task_wait). MEDIUM: CA-validated, installed only on success (a failure can't lock you out); reloads pveproxy on success. force=renew even if more than 30 days to expiry. To order a fresh cert instead use pve_acme_cert_order; to revert to self-signed use pve_node_cert_delete. confirm=True to execute. Smoke-confirm: PUT 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 | Renew now even if the current certificate has more than 30 days left before expiry. | |
| confirm | No | False (default) returns a dry-run PLAN only; True submits the ACME renewal 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 |