[pve-devel] [PATCH proxmox-acme 2/3] update to acme.sh dns plugins to 3.0.0
Stoiko Ivanov
s.ivanov at proxmox.com
Fri Aug 6 17:44:28 CEST 2021
fixes #3546
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
src/Makefile | 2 ++
src/acme.sh | 2 +-
src/dns-challenge-schema.json | 2 ++
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 16166fe..2503683 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -14,6 +14,7 @@ ACME_SOURCES = \
dnsapi/dns_aurora.sh \
dnsapi/dns_autodns.sh \
dnsapi/dns_aws.sh \
+ dnsapi/dns_azion.sh \
dnsapi/dns_azure.sh \
dnsapi/dns_cf.sh \
dnsapi/dns_clouddns.sh \
@@ -93,6 +94,7 @@ ACME_SOURCES = \
dnsapi/dns_nsone.sh \
dnsapi/dns_nsupdate.sh \
dnsapi/dns_nw.sh \
+ dnsapi/dns_oci.sh \
dnsapi/dns_one.sh \
dnsapi/dns_online.sh \
dnsapi/dns_openprovider.sh \
diff --git a/src/acme.sh b/src/acme.sh
index 9293bcf..d84da5b 160000
--- a/src/acme.sh
+++ b/src/acme.sh
@@ -1 +1 @@
-Subproject commit 9293bcfb1cd5a56c6cede3f5f46af8529ee99624
+Subproject commit d84da5bdbf2ea190977ad66669173e3256380d2a
diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
index 559077f..ddfe2b2 100644
--- a/src/dns-challenge-schema.json
+++ b/src/dns-challenge-schema.json
@@ -90,6 +90,7 @@
},
"name" : "Amazon Route53 (AWS)"
},
+ "azion" : {},
"azure" : {},
"cf" : {
"description" : "Either provide global account key and email, or CF API token and Account ID.",
@@ -238,6 +239,7 @@
"nsone" : {},
"nsupdate" : {},
"nw" : {},
+ "oci" : {},
"one" : {},
"online" : {},
"openprovider" : {},
--
2.30.2
More information about the pve-devel
mailing list