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 B51C092FCB for ; Tue, 3 Jan 2023 14:31:27 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 589E3B355 for ; Tue, 3 Jan 2023 14:31:27 +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 for ; Tue, 3 Jan 2023 14:31:26 +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 7BB9A43FF0 for ; Tue, 3 Jan 2023 14:31:26 +0100 (CET) From: Noel Ullreich To: pve-devel@lists.proxmox.com Date: Tue, 3 Jan 2023 14:31:20 +0100 Message-Id: <20230103133121.114234-3-n.ullreich@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230103133121.114234-1-n.ullreich@proxmox.com> References: <20230103133121.114234-1-n.ullreich@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.531 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_ASCII_DIVIDERS 0.8 Email that uses ascii formatting dividers and possible spam tricks 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 Subject: [pve-devel] [PATCH pve-docs 2/3] Fixed the table in 3.11.8 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, 03 Jan 2023 13:31:27 -0000 Fixed the table by manually replacing the characters latex could not render with simpler characters. This will have to be done manually again for any future tables of the same style for now. Signed-off-by: Noel Ullreich --- certificate-management.adoc | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/certificate-management.adoc b/certificate-management.adoc index edf0468..f481916 100644 --- a/certificate-management.adoc +++ b/certificate-management.adoc @@ -292,10 +292,29 @@ root@proxmox:~# echo "OVH_CK=ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ" >> /path/to/api-t ---- Now you can setup the the ACME plugin: - ---- root@proxmox:~# pvenode acme plugin add dns example_plugin --api ovh --data /path/to/api_token root@proxmox:~# pvenode acme plugin config example_plugin + --------------------------------------------------- +| key | value | + --------------------------------------------------- +| api | ovh | + --------------------------------------------------- +| data | OVH_AK=XXXXXXXXXXXXXXXX | +| | OVH_AS=YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY | +| | OVH_CK=ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ | + --------------------------------------------------- +| digest | 867fcf556363ca1bea866863093fcab83edf47a1 | + --------------------------------------------------- +| plugin | example_plugin | + --------------------------------------------------- +| type | dns | + --------------------------------------------------- +---- + +//// +actually looks like this but this won't render, not even in xetex +with --fop, a2x can kinda handle it but that breaks other stuff ┌────────┬──────────────────────────────────────────┐ │ key │ value │ ╞════════╪══════════════════════════════════════════╡ @@ -311,7 +330,8 @@ root@proxmox:~# pvenode acme plugin config example_plugin ├────────┼──────────────────────────────────────────┤ │ type │ dns │ └────────┴──────────────────────────────────────────┘ ----- +//// + At last you can configure the domain you want to get certificates for and place the certificate order for it: -- 2.30.2