From: Thomas Lamprecht Date: Fri, 8 Oct 2021 09:03:58 +0000 (+0200) Subject: update acme.sh plugins to 3.0.1 and include new plugins in schema X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=cd4a1aeb000ecbab6241e5f281041d5df35a52ba;ds=sidebyside update acme.sh plugins to 3.0.1 and include new plugins in schema Signed-off-by: Thomas Lamprecht --- diff --git a/src/Makefile b/src/Makefile index 2503683..9667eda 100644 --- a/src/Makefile +++ b/src/Makefile @@ -119,6 +119,7 @@ ACME_SOURCES = \ dnsapi/dns_ultra.sh \ dnsapi/dns_unoeuro.sh \ dnsapi/dns_variomedia.sh \ + dnsapi/dns_veesp.sh \ dnsapi/dns_vscale.sh \ dnsapi/dns_vultr.sh \ dnsapi/dns_websupport.sh \ diff --git a/src/acme.sh b/src/acme.sh index d84da5b..8fcecd5 160000 --- a/src/acme.sh +++ b/src/acme.sh @@ -1 +1 @@ -Subproject commit d84da5bdbf2ea190977ad66669173e3256380d2a +Subproject commit 8fcecd59a0fd991f1fb4248692af63889bb90d81 diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json index a222ed3..a3a3ebc 100644 --- a/src/dns-challenge-schema.json +++ b/src/dns-challenge-schema.json @@ -333,6 +333,7 @@ "ultra" : {}, "unoeuro" : {}, "variomedia" : {}, + "veesp" : {}, "vscale" : {}, "vultr" : {}, "websupport" : {},