dns challenge: add 'INWX' acme.sh schema

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>
This commit is contained in:
Thomas Lamprecht 2020-05-23 23:55:35 +02:00
parent b21c536ad7
commit 956b5190e4

View 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' => {},