revert. both works (but this is probably the more compatible.)
parent
dbe43901e6
commit
7f13c11f58
2
Home.md
2
Home.md
|
@ -24,7 +24,7 @@ After issuing, the cert will be automatically renewed every 60 days.
|
||||||
3) Install the cert to Proxmox:
|
3) Install the cert to Proxmox:
|
||||||
|
|
||||||
```
|
```
|
||||||
/root/.acme.sh/acme.sh --install-cert -d <DOMAIN> \
|
/root/.acme.sh/acme.sh --installcert -d <DOMAIN> \
|
||||||
--certpath /etc/pve/local/pveproxy-ssl.pem \
|
--certpath /etc/pve/local/pveproxy-ssl.pem \
|
||||||
--keypath /etc/pve/local/pveproxy-ssl.key \
|
--keypath /etc/pve/local/pveproxy-ssl.key \
|
||||||
--capath /etc/pve/local/pveproxy-ssl.pem \
|
--capath /etc/pve/local/pveproxy-ssl.pem \
|
||||||
|
|
Loading…
Reference in New Issue