]> git.proxmox.com Git - proxmox-acme.git/commitdiff
dns challenge: add 'INWX' acme.sh schema
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 23 May 2020 21:55:35 +0000 (23:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 23 May 2020 21:55:38 +0000 (23:55 +0200)
https://bugzilla.proxmox.com/show_bug.cgi?id=2731

Requested-by: Claas Hilbrecht <Claas.Hilbrecht@linum.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
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' => {},