]> git.proxmox.com Git - pmg-api.git/commit
nodeconfig: parse acme config before writing
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 15 Apr 2021 19:46:20 +0000 (21:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Jul 2021 08:01:43 +0000 (10:01 +0200)
commit6ffef3edde5a503e5ca57915146b150bb77930de
tree2eefbeb1869ccb5c18f63f877f03973ce0c86f18
parenta90140cccb55c34c5a4c40603868d96b94fb6bc5
nodeconfig: parse acme config before writing

we use `get_acme_conf` as higher level sanity checker (e.g. to ensure
that wildcard certificates have a configured DNS plugin)

(adapted from pve-manger (where this is done in the corresponding API
call)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PMG/NodeConfig.pm