From 94387b4d0fe66f1040ac05e3aedc27dc1e57e1f5 Mon Sep 17 00:00:00 2001 From: Joubert RedRat Date: Sat, 23 Dec 2017 13:29:47 -0200 Subject: [PATCH] Check if port 80 is opened for issue new cert --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 1588071..3fa7c72 100644 --- a/Home.md +++ b/Home.md @@ -13,13 +13,15 @@ https://github.com/Neilpang/acme.sh/wiki/How-to-install After installation, -1) Issue a cert: +1) Check if port 80 is opened on Proxmox host. + +2) Issue a cert: ``` /root/.acme.sh/acme.sh --issue --standalone -d ``` After issuing, the cert will be automatically renewed every 60 days. -2) Install the cert to Proxmox: +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"