From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id D9F386C571 for ; Fri, 6 Aug 2021 17:44:44 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D1CC3102A3 for ; Fri, 6 Aug 2021 17:44:44 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 5B33C1027A for ; Fri, 6 Aug 2021 17:44:43 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 349DD42F03 for ; Fri, 6 Aug 2021 17:44:43 +0200 (CEST) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Fri, 6 Aug 2021 17:44:28 +0200 Message-Id: <20210806154429.1675997-3-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210806154429.1675997-1-s.ivanov@proxmox.com> References: <20210806154429.1675997-1-s.ivanov@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.126 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [acme.sh] URIBL_SBL_A 0.1 Contains URL's A record listed in the Spamhaus SBL blocklist [acme.sh] Subject: [pve-devel] [PATCH proxmox-acme 2/3] update to acme.sh dns plugins to 3.0.0 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2021 15:44:44 -0000 fixes #3546 Signed-off-by: Stoiko Ivanov --- 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