From 1f4e84f7229bcb9b6e2c20496e1065faab46bfb1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 13 Jun 2023 09:30:41 +0200 Subject: [PATCH] update acme.sh plugins to 3.0.6 Signed-off-by: Thomas Lamprecht --- src/Makefile | 4 ++++ src/acme.sh | 2 +- src/dns-challenge-schema.json | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 12efc6b..7d9ea94 100644 --- a/src/Makefile +++ b/src/Makefile @@ -53,8 +53,10 @@ ACME_SOURCES = \ dnsapi/dns_freedns.sh \ dnsapi/dns_gandi_livedns.sh \ dnsapi/dns_gcloud.sh \ + dnsapi/dns_gcore.sh \ dnsapi/dns_gd.sh \ dnsapi/dns_geoscaling.sh \ + dnsapi/dns_googledomains.sh \ dnsapi/dns_he.sh \ dnsapi/dns_hetzner.sh \ dnsapi/dns_hexonet.sh \ @@ -65,6 +67,7 @@ ACME_SOURCES = \ dnsapi/dns_internetbs.sh \ dnsapi/dns_inwx.sh \ dnsapi/dns_ionos.sh \ + dnsapi/dns_ipv64.sh \ dnsapi/dns_ispconfig.sh \ dnsapi/dns_jd.sh \ dnsapi/dns_joker.sh \ @@ -90,6 +93,7 @@ ACME_SOURCES = \ dnsapi/dns_namecheap.sh \ dnsapi/dns_namecom.sh \ dnsapi/dns_namesilo.sh \ + dnsapi/dns_nanelo.sh \ dnsapi/dns_nederhost.sh \ dnsapi/dns_neodigit.sh \ dnsapi/dns_netcup.sh \ diff --git a/src/acme.sh b/src/acme.sh index 16dc21a..b7caf7a 160000 --- a/src/acme.sh +++ b/src/acme.sh @@ -1 +1 @@ -Subproject commit 16dc21afff11c1f4de7ebe627ed60d41496d1565 +Subproject commit b7caf7a0165d80dd1556b16057a06bb32025066d diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json index 69c1d6d..354b49e 100644 --- a/src/dns-challenge-schema.json +++ b/src/dns-challenge-schema.json @@ -162,6 +162,7 @@ "fornex": {}, "gandi_livedns" : {}, "gcloud" : {}, + "gcore": {}, "geoscaling": {}, "gd" : { "fields" : { @@ -176,6 +177,7 @@ }, "name" : "GoDaddy" }, + "googledomains": {}, "he" : {}, "hetzner" : {}, "hexonet" : {}, @@ -202,6 +204,7 @@ "name" : "INWX" }, "ionos" : {}, + "ipv64": {}, "ispconfig" : {}, "jd" : {}, "joker" : {}, @@ -251,6 +254,7 @@ "namecheap" : {}, "namecom" : {}, "namesilo" : {}, + "nanelo": {}, "nederhost" : {}, "neodigit" : {}, "netcup" : {},