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 7B74F7DE3F for ; Tue, 9 Nov 2021 17:37:14 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5508310A26 for ; Tue, 9 Nov 2021 17:36:44 +0100 (CET) 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)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 0262F109F9 for ; Tue, 9 Nov 2021 17:36:42 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 7610846063 for ; Tue, 9 Nov 2021 17:36:42 +0100 (CET) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Tue, 9 Nov 2021 17:36:27 +0100 Message-Id: <20211109163633.1721670-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.354 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 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. [acmeaccount.pm, acme.sh, acme.pm, dnschallenge.pm] Subject: [pve-devel] [PATCH manager/proxmox-acme/pwt 0/3] fix #3536 add http proxy support for acme 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: Tue, 09 Nov 2021 16:37:14 -0000 the individual patches are mostly short and hopefully self-explaining The change in the gui to reuse the components from proxmox-widget-toolkit is a result of preparing the series also for pmg and pbs and noticing that this at least is an area, where reuse seems easy. Tested on my setup with a publicly exposed powerdns-plugin and let's encrypt (mostly staging) proxmox-acme: Stoiko Ivanov (2): add support for proxies dns-challenge: add 'use-proxy' property src/PVE/ACME.pm | 6 ++++++ src/PVE/ACME/DNSChallenge.pm | 10 +++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) proxmox-widget-toolkit: Stoiko Ivanov (1): acmeplugin: add use-proxy checkbox src/window/ACMEPluginEdit.js | 8 ++++++++ 1 file changed, 8 insertions(+) pve-manager: Stoiko Ivanov (3): api: acme: set http_proxy if configured in datacenter.cfg api: acme: dns-plugin: conditionally pass proxy to acme.sh wrapper gui: use acme plugin editor from proxmox-widget-toolkit PVE/API2/ACME.pm | 20 +++ PVE/API2/ACMEAccount.pm | 17 +++ www/manager6/Makefile | 1 - www/manager6/dc/ACMEClusterView.js | 13 +- www/manager6/dc/ACMEPluginEdit.js | 223 ----------------------------- 5 files changed, 47 insertions(+), 227 deletions(-) delete mode 100644 www/manager6/dc/ACMEPluginEdit.js -- 2.30.2