]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/PVE/ACME/DNSChallenge.pm
update acme.sh plugins to 2.8.9 and include new plugins in schema
[proxmox-acme.git] / src / PVE / ACME / DNSChallenge.pm
index 300cdc97d1a8cf07a58b30a5f4ddc0f76af26842..29311c94c4a0940ae09990bd0702daa69ac0176c 100644 (file)
@@ -96,6 +96,19 @@ my $plugins = {
     },
     'anx' => {},
     'arvan' => {},
+    'aurora' => {
+       name => 'AuroraDNS',
+       fields => {
+           'AURORA_Key' => {
+               description => 'The API Key',
+               type => 'string',
+           },
+           'AURORA_Secret' => {
+               description => 'The API Secret',
+               type => 'string',
+           },
+       },
+    },
     'autodns' => {},
     'aws' => {
        name => 'Amazon Route53 (AWS)',
@@ -309,6 +322,19 @@ my $plugins = {
     },
     'pleskxml' => {},
     'pointhq' => {},
+    'porkbun' => {
+       name => 'Porkbun',
+       fields => {
+           'PORKBUN_API_KEY' => {
+               description => 'The API Key',
+               type => 'string',
+           },
+           'PORKBUN_SECRET_API_KEY' => {
+               description => 'The API Secret',
+               type => 'string',
+           },
+       },
+    },
     'rackcorp' => {},
     'rackspace' => {},
     'rcode0' => {},
@@ -326,6 +352,7 @@ my $plugins = {
     'vscale' => {},
     'vultr' => {},
     'world4you' => {},
+    'websupport' => {},
     'yandex' => {},
     'zilore' => {},
     'zone' => {},