]> git.proxmox.com Git - proxmox-acme.git/commitdiff
dns challenge: add world4you schema
authorLorenz Stechauner <l.stechauner@proxmox.com>
Wed, 5 May 2021 08:26:42 +0000 (10:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 May 2021 08:48:42 +0000 (10:48 +0200)
Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
src/PVE/ACME/DNSChallenge.pm

index 29311c94c4a0940ae09990bd0702daa69ac0176c..ce66f3c5edd6ef016dad6560055634e36b8c8790 100644 (file)
@@ -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' => {},