From: Lorenz Stechauner Date: Wed, 5 May 2021 08:26:42 +0000 (+0200) Subject: dns challenge: add world4you schema X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=da91f536933ec1da3ebf26def28a28dfdfc3e2b3 dns challenge: add world4you schema Signed-off-by: Lorenz Stechauner --- diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm index 29311c9..ce66f3c 100644 --- a/src/PVE/ACME/DNSChallenge.pm +++ b/src/PVE/ACME/DNSChallenge.pm @@ -351,7 +351,19 @@ my $plugins = { 'variomedia' => {}, 'vscale' => {}, 'vultr' => {}, - 'world4you' => {}, + 'world4you' => { + name => 'World4You', + fields => { + 'WORLD4YOU_USERNAME' => { + description => "The World4You customer id or package id", + type => 'string', + }, + 'WORLD4YOU_PASSWORD' => { + description => "The World4You password", + type => 'string', + }, + }, + }, 'websupport' => {}, 'yandex' => {}, 'zilore' => {},