[pve-devel] [manager 6/6] Add dns_api_config.

Wolfgang Link w.link at proxmox.com
Mon Oct 14 13:08:24 CEST 2019


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





More information about the pve-devel mailing list