From: Thomas Lamprecht Date: Wed, 5 May 2021 07:54:36 +0000 (+0200) Subject: update acme.sh plugins to 2.8.9 and include new plugins in schema X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=0663394d2e417326804d1a1cea93c1c85e423235 update acme.sh plugins to 2.8.9 and include new plugins in schema Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm index 300cdc9..29311c9 100644 --- a/src/PVE/ACME/DNSChallenge.pm +++ b/src/PVE/ACME/DNSChallenge.pm @@ -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' => {}, diff --git a/src/acme.sh b/src/acme.sh index c33e5bc..d0a16b0 160000 --- a/src/acme.sh +++ b/src/acme.sh @@ -1 +1 @@ -Subproject commit c33e5bc40fa89e9f10b9c667428e08c1fbf237ce +Subproject commit d0a16b0ec06dd00337b7e2043ab1e3eb35bd6c3c