From dbe43901e6d4e220fda7f2051d3181703a54c1ef Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 3 Jun 2020 17:39:27 +0200 Subject: [PATCH] =?UTF-8?q?--installcert=20=E2=86=92=20--install-cert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 6d137b8..548b227 100644 --- a/Home.md +++ b/Home.md @@ -24,7 +24,7 @@ After issuing, the cert will be automatically renewed every 60 days. 3) Install the cert to Proxmox: ``` -/root/.acme.sh/acme.sh --installcert -d \ +/root/.acme.sh/acme.sh --install-cert -d \ --certpath /etc/pve/local/pveproxy-ssl.pem \ --keypath /etc/pve/local/pveproxy-ssl.key \ --capath /etc/pve/local/pveproxy-ssl.pem \