The DNS challenge uses this parameter for API authentication. --- PVE/NodeConfig.pm | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/PVE/NodeConfig.pm b/PVE/NodeConfig.pm index b84590ac..f605c7ee 100644 --- a/PVE/NodeConfig.pm +++ b/PVE/NodeConfig.pm @@ -78,6 +78,12 @@ my $acmedesc = { optional => 1, description => 'Supported ACME Plugins', }, + dns_api_config => { + type => 'string', + format_description => '/local/priv/acme_sh/default', + description => 'relative path from /etc/pve/', + optional => 1, + }, alias => { type => 'string', format => 'pve-acme-domain', -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel