update acme.sh plugins to 3.0.6

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-13 09:30:41 +02:00
parent 1084b024fc
commit 1f4e84f722
3 changed files with 9 additions and 1 deletions

View File

@ -53,8 +53,10 @@ ACME_SOURCES = \
dnsapi/dns_freedns.sh \ dnsapi/dns_freedns.sh \
dnsapi/dns_gandi_livedns.sh \ dnsapi/dns_gandi_livedns.sh \
dnsapi/dns_gcloud.sh \ dnsapi/dns_gcloud.sh \
dnsapi/dns_gcore.sh \
dnsapi/dns_gd.sh \ dnsapi/dns_gd.sh \
dnsapi/dns_geoscaling.sh \ dnsapi/dns_geoscaling.sh \
dnsapi/dns_googledomains.sh \
dnsapi/dns_he.sh \ dnsapi/dns_he.sh \
dnsapi/dns_hetzner.sh \ dnsapi/dns_hetzner.sh \
dnsapi/dns_hexonet.sh \ dnsapi/dns_hexonet.sh \
@ -65,6 +67,7 @@ ACME_SOURCES = \
dnsapi/dns_internetbs.sh \ dnsapi/dns_internetbs.sh \
dnsapi/dns_inwx.sh \ dnsapi/dns_inwx.sh \
dnsapi/dns_ionos.sh \ dnsapi/dns_ionos.sh \
dnsapi/dns_ipv64.sh \
dnsapi/dns_ispconfig.sh \ dnsapi/dns_ispconfig.sh \
dnsapi/dns_jd.sh \ dnsapi/dns_jd.sh \
dnsapi/dns_joker.sh \ dnsapi/dns_joker.sh \
@ -90,6 +93,7 @@ ACME_SOURCES = \
dnsapi/dns_namecheap.sh \ dnsapi/dns_namecheap.sh \
dnsapi/dns_namecom.sh \ dnsapi/dns_namecom.sh \
dnsapi/dns_namesilo.sh \ dnsapi/dns_namesilo.sh \
dnsapi/dns_nanelo.sh \
dnsapi/dns_nederhost.sh \ dnsapi/dns_nederhost.sh \
dnsapi/dns_neodigit.sh \ dnsapi/dns_neodigit.sh \
dnsapi/dns_netcup.sh \ dnsapi/dns_netcup.sh \

@ -1 +1 @@
Subproject commit 16dc21afff11c1f4de7ebe627ed60d41496d1565 Subproject commit b7caf7a0165d80dd1556b16057a06bb32025066d

View File

@ -162,6 +162,7 @@
"fornex": {}, "fornex": {},
"gandi_livedns" : {}, "gandi_livedns" : {},
"gcloud" : {}, "gcloud" : {},
"gcore": {},
"geoscaling": {}, "geoscaling": {},
"gd" : { "gd" : {
"fields" : { "fields" : {
@ -176,6 +177,7 @@
}, },
"name" : "GoDaddy" "name" : "GoDaddy"
}, },
"googledomains": {},
"he" : {}, "he" : {},
"hetzner" : {}, "hetzner" : {},
"hexonet" : {}, "hexonet" : {},
@ -202,6 +204,7 @@
"name" : "INWX" "name" : "INWX"
}, },
"ionos" : {}, "ionos" : {},
"ipv64": {},
"ispconfig" : {}, "ispconfig" : {},
"jd" : {}, "jd" : {},
"joker" : {}, "joker" : {},
@ -251,6 +254,7 @@
"namecheap" : {}, "namecheap" : {},
"namecom" : {}, "namecom" : {},
"namesilo" : {}, "namesilo" : {},
"nanelo": {},
"nederhost" : {}, "nederhost" : {},
"neodigit" : {}, "neodigit" : {},
"netcup" : {}, "netcup" : {},