]> git.proxmox.com Git - proxmox-acme.git/commitdiff
update acme.sh plugins to 2.8.9 and include new plugins in schema
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 May 2021 07:54:36 +0000 (09:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 May 2021 08:00:15 +0000 (10:00 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/ACME/DNSChallenge.pm
src/acme.sh

index 300cdc97d1a8cf07a58b30a5f4ddc0f76af26842..29311c94c4a0940ae09990bd0702daa69ac0176c 100644 (file)
@@ -96,6 +96,19 @@ my $plugins = {
     },
     'anx' => {},
     'arvan' => {},
     },
     '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)',
     'autodns' => {},
     'aws' => {
        name => 'Amazon Route53 (AWS)',
@@ -309,6 +322,19 @@ my $plugins = {
     },
     'pleskxml' => {},
     'pointhq' => {},
     },
     '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' => {},
     'rackcorp' => {},
     'rackspace' => {},
     'rcode0' => {},
@@ -326,6 +352,7 @@ my $plugins = {
     'vscale' => {},
     'vultr' => {},
     'world4you' => {},
     'vscale' => {},
     'vultr' => {},
     'world4you' => {},
+    'websupport' => {},
     'yandex' => {},
     'zilore' => {},
     'zone' => {},
     'yandex' => {},
     'zilore' => {},
     'zone' => {},
index c33e5bc40fa89e9f10b9c667428e08c1fbf237ce..d0a16b0ec06dd00337b7e2043ab1e3eb35bd6c3c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit c33e5bc40fa89e9f10b9c667428e08c1fbf237ce
+Subproject commit d0a16b0ec06dd00337b7e2043ab1e3eb35bd6c3c