[pve-devel] [PATCH acme] dns challenge: add world4you schema
Lorenz Stechauner
l.stechauner at proxmox.com
Wed May 5 10:26:42 CEST 2021
Signed-off-by: Lorenz Stechauner <l.stechauner at proxmox.com>
---
src/PVE/ACME/DNSChallenge.pm | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
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' => {},
--
2.20.1
More information about the pve-devel
mailing list