From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH proxmox-acme 2/3] update to acme.sh dns plugins to 3.0.0
Date: Fri, 6 Aug 2021 17:44:28 +0200 [thread overview]
Message-ID: <20210806154429.1675997-3-s.ivanov@proxmox.com> (raw)
In-Reply-To: <20210806154429.1675997-1-s.ivanov@proxmox.com>
fixes #3546
Signed-off-by: Stoiko Ivanov <s.ivanov@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
next prev parent reply other threads:[~2021-08-06 15:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-06 15:44 [pve-devel] [PATCH proxmox-acme 0/3] update acme.sh and fix #3536 and #3546 Stoiko Ivanov
2021-08-06 15:44 ` [pve-devel] [PATCH proxmox-acme 1/3] acme client: fix #3536 untaint data returned from acme server Stoiko Ivanov
2021-08-06 15:44 ` Stoiko Ivanov [this message]
2021-08-06 15:44 ` [pve-devel] [PATCH proxmox-acme 3/3] plugin-caller: pull in changes from upstream 3.0.0 Stoiko Ivanov
2021-08-11 10:29 ` [pve-devel] applied: [PATCH proxmox-acme 0/3] update acme.sh and fix #3536 and #3546 Fabian Grünbichler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210806154429.1675997-3-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.