]> git.proxmox.com Git - pve-manager.git/commit
ACME: fix fallback to implicit standalone plugin
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 7 May 2020 08:01:37 +0000 (10:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 7 May 2020 10:59:37 +0000 (12:59 +0200)
commit25fd63631dee37d67b4d9327adf203ba3a4c894a
treeacf7e9246a4dc1ba76c38f2a0833054be487f938
parent1f2497692a47991dc91fb4624726914744bca6cc
ACME: fix fallback to implicit standalone plugin

we need to parse the config even if it does not exist - it will return
the 'standalone' entry that's needed to be backwards compatible with
existing setups.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/API2/ACMEPlugin.pm