mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-04-29 02:32:03 +00:00
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:
parent
b21c536ad7
commit
956b5190e4
@ -171,7 +171,19 @@ my $plugins = {
|
|||||||
'hostingde' => {},
|
'hostingde' => {},
|
||||||
'infoblox' => {},
|
'infoblox' => {},
|
||||||
'internetbs' => {},
|
'internetbs' => {},
|
||||||
'inwx' => {},
|
'inwx' => {
|
||||||
|
name => 'INWX',
|
||||||
|
fields => {
|
||||||
|
'INWX_User' => {
|
||||||
|
description => 'The INWX username',
|
||||||
|
type => 'string',
|
||||||
|
},
|
||||||
|
'INWX_Password' => {
|
||||||
|
description => 'The INWX password',
|
||||||
|
type => 'string',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'ispconfig' => {},
|
'ispconfig' => {},
|
||||||
'jd' => {},
|
'jd' => {},
|
||||||
'kas' => {},
|
'kas' => {},
|
||||||
|
Loading…
Reference in New Issue
Block a user