]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/PVE/ACME/DNSChallenge.pm
dns challenge: add 'INWX' acme.sh schema
[proxmox-acme.git] / src / PVE / ACME / DNSChallenge.pm
index f0590de0e4498058dc48c744bf47add9b0b64304..c18e0fd0a60cdb043c6c15b8d257eb7c8abf9891 100644 (file)
@@ -171,7 +171,19 @@ my $plugins = {
     'hostingde' => {},
     'infoblox' => {},
     'internetbs' => {},
-    'inwx' => {},
+    'inwx' => {
+       name => 'INWX',
+       fields => {
+           'INWX_User' => {
+               description => 'The INWX username',
+               type => 'string',
+           },
+           'INWX_Password' => {
+               description => 'The INWX password',
+               type => 'string',
+           },
+       },
+    },
     'ispconfig' => {},
     'jd' => {},
     'kas' => {},