From 77d3b2d0e905081b1160f9495a73d604f98078c9 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Wed, 22 May 2019 21:30:32 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index e9e4734b..6d137b85 100644 --- a/Home.md +++ b/Home.md @@ -24,7 +24,11 @@ After issuing, the cert will be automatically renewed every 60 days. 3) Install the cert to Proxmox: ``` -/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 --reloadcmd "systemctl restart pveproxy" +/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 \ + --reloadcmd "systemctl restart pveproxy" ``` Ok, it's done. Open the link: `https://:8006`