diff --git a/Home.md b/Home.md index e9e4734..6d137b8 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`