From 7f13c11f58a911e6ed9be5217dc742c6fbfc4f43 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 3 Jun 2020 17:42:02 +0200 Subject: [PATCH] revert. both works (but this is probably the more compatible.) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 548b227..6d137b8 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 --install-cert -d \ +/root/.acme.sh/acme.sh --installcert -d \ --certpath /etc/pve/local/pveproxy-ssl.pem \ --keypath /etc/pve/local/pveproxy-ssl.key \ --capath /etc/pve/local/pveproxy-ssl.pem \