pve_node_acme_domains_set
Set a node's ACME account and associated domains to prepare for certificate issuance. Dry-run by default; confirm=true to apply.
Instructions
MUTATION: set a node's ACME account + domains (PUT /nodes/{node}/config). Dry-run by default.
The "what to issue" half of an ACME cert: pair with pve_acme_account_create + pve_acme_plugin_create, then issue with pve_acme_cert_order. plugin= uses a DNS-01 challenge (written as acmedomain0..N=domain=...,plugin=...); omit plugin for standalone http-01 (domains ride in acme=...,domains=...). REPLACE semantics: stale acmedomainN entries are removed, not merged. MEDIUM — config only, no cert is issued by this step. confirm=True to execute. Smoke-confirm: node-config body shape against a live PVE instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| plugin | No | ||
| account | Yes | ||
| confirm | No | ||
| domains | Yes | ||
| 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 |