I generate my certificates for each CT and server with let encrypt
then via web inside the proxmox, try to add my key.pem and my chain.pem, all ok. The web asked to restart, and it never started again
and/
I don't even load the web even by ip: 8006
at least, some way that I can put the default certificate and not mine, to see if the web will load me?
then via web inside the proxmox, try to add my key.pem and my chain.pem, all ok. The web asked to restart, and it never started again
Code:
root@promox:/etc/pve/local# netstat -plntu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN 3015/pveproxy
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/init
tcp 0 0 127.0.0.1:85 0.0.0.0:* LISTEN 1680/pvedaemon
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1400/sshd
tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN 1698/spiceproxy
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1615/master
tcp6 0 0 :::9100 :::* LISTEN 762/prometheus-node
tcp6 0 0 :::111 :::* LISTEN 1/init
tcp6 0 0 :::22 :::* LISTEN 1400/sshd
tcp6 0 0 ::1:25 :::* LISTEN 1615/master
udp 0 0 0.0.0.0:111 0.0.0.0:* 1/init
udp6 0 0 :::111 :::* 1/init
and/
Code:
oot@promox:/etc/pve/local# systemctl status pveproxy
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2021-07-15 02:16:00 CDT; 3s ago
Process: 2969 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 2980 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 3015 (pveproxy)
Tasks: 4 (limit: 4915)
Memory: 131.7M
CGroup: /system.slice/pveproxy.service
├─3015 pveproxy
├─3016 pveproxy worker
├─3017 pveproxy worker
└─3018 pveproxy worker
Jul 15 02:15:57 promox systemd[1]: Starting PVE API Proxy Server...
Jul 15 02:16:00 promox pveproxy[2980]: Using '/etc/pve/local/pveproxy-ssl.pem' as certificate for the web interface.
Jul 15 02:16:00 promox pveproxy[3015]: starting server
Jul 15 02:16:00 promox pveproxy[3015]: starting 3 worker(s)
Jul 15 02:16:00 promox pveproxy[3015]: worker 3016 started
Jul 15 02:16:00 promox pveproxy[3015]: worker 3017 started
Jul 15 02:16:00 promox pveproxy[3015]: worker 3018 started
Jul 15 02:16:00 promox systemd[1]: Started PVE API Proxy Server.
I don't even load the web even by ip: 8006
at least, some way that I can put the default certificate and not mine, to see if the web will load me?
Last edited: