Proxmox, gateway has stopped working how to solve Panel?
https://204.xxxxxxxx:8006/
This online server my board this offline
https://204.xxxxxxxx:8006/
This online server my board this offline
This is changes, tried to install my SSL proxmox Panel gateway offline
Hello, yes it is.
Hello
Friends, you know how I install my letsencrypt is proxmox 4.
# apt-get install certbot
# certbot certonly -d my.domain.ext
# cd /etc/letsencrypt/live/my.domain.ext
# cat privkey.pem cert.pem >/etc/pmg/pmg-api.pem
# systemctl restart pmgproxy
In PMG 5 (Install via repo over debian 9 container), I simply do as root :
Code:# apt-get install certbot # certbot certonly -d my.domain.ext
Choose "Spin up a temporary webserver", buy maybe it is possible to use a webserver...
Code:# cd /etc/letsencrypt/live/my.domain.ext # cat privkey.pem cert.pem >/etc/pmg/pmg-api.pem # systemctl restart pmgproxy