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) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 4878276764 for ; Fri, 23 Apr 2021 12:43:46 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3802E2804F for ; Fri, 23 Apr 2021 12:43:46 +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 217EF28045 for ; Fri, 23 Apr 2021 12:43:45 +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 E6F1242620 for ; Fri, 23 Apr 2021 12:43:44 +0200 (CEST) Date: Fri, 23 Apr 2021 12:43:43 +0200 From: Dominic =?iso-8859-1?Q?J=E4ger?= To: Proxmox Backup Server development discussion , Wolfgang Bumiller Message-ID: <20210423104343.GA157617@mala> References: <20210422140213.30989-1-w.bumiller@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210422140213.30989-1-w.bumiller@proxmox.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-SPAM-LEVEL: Spam detection results: 1 AWL 1.179 Adjusted score from AWL reputation of From: address 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 Subject: Re: [pbs-devel] [PATCH v2 backup 00/27] Implements ACME support for PBS X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2021 10:43:46 -0000 Creating, editing & removing accounts and plugins and ordering with HTTP challenge with Let's Encrypt staging & production worked again for me (all in the GUI). On Thu, Apr 22, 2021 at 04:01:46PM +0200, Wolfgang Bumiller wrote: > * Fixes a few issues found by Dominic: > * create the acme related directories if they do not exist yet > * pipe dns plugin command output to the task log > * made the account name optional in the register api call (since > * pve/pmg do it too) All 3 worked for me now. Tested-by: Dominic Jäger