mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-04-28 15:46:11 +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' => {},
|
||||
'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' => {},
|
||||
|
Loading…
Reference in New Issue
Block a user