From: Thomas Lamprecht Date: Sat, 23 May 2020 21:55:35 +0000 (+0200) Subject: dns challenge: add 'INWX' acme.sh schema X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=956b5190e48050f4332df2f660f0b54a0066f2c8 dns challenge: add 'INWX' acme.sh schema https://bugzilla.proxmox.com/show_bug.cgi?id=2731 Requested-by: Claas Hilbrecht Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm index f0590de..c18e0fd 100644 --- a/src/PVE/ACME/DNSChallenge.pm +++ b/src/PVE/ACME/DNSChallenge.pm @@ -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' => {},