Hi,
I'm running a freshly installed & up-to-date 3-node Proxmox VE 5.3 cluster. Everything was fine until I tried to deploy custom SSL certificates for the web UI.
The process detailed in the documentation implies to add new files (pveproxy-ssl.pem & pveproxy-ssl.key) to the /etc/pve/nodes/<nodename>/ directory.
I did so on the two first nodes, and it worked fine. But on the third one, I made a mistake and misnamed the file hosting the private key: i named it pveproxy.key instead of pveproxy-ssl.key. Apparently, the PVE cluster file system did not expect such a filename, and refuses to remove it.
It is listed in ls output:
but when I try to remove it, I get:
There's worse: I then tried to generate a new CSR with the correct file name. Again, the file is listed in ls, but I'm unable to access it.
What I tried:
Thanks in advance!
Marin.
I'm running a freshly installed & up-to-date 3-node Proxmox VE 5.3 cluster. Everything was fine until I tried to deploy custom SSL certificates for the web UI.
The process detailed in the documentation implies to add new files (pveproxy-ssl.pem & pveproxy-ssl.key) to the /etc/pve/nodes/<nodename>/ directory.
I did so on the two first nodes, and it worked fine. But on the third one, I made a mistake and misnamed the file hosting the private key: i named it pveproxy.key instead of pveproxy-ssl.key. Apparently, the PVE cluster file system did not expect such a filename, and refuses to remove it.
It is listed in ls output:
Code:
root@pve-02:/etc/pve/nodes/pve-02# ls
lrm_status lxc openvz preproxy.key priv pve-ssl.key pve-ssl.pem qemu-server
but when I try to remove it, I get:
Code:
root@pve-02:/etc/pve/nodes/pve-02# rm pveproxy.key
rm: cannot remove 'pveproxy.key': No such file or directory
There's worse: I then tried to generate a new CSR with the correct file name. Again, the file is listed in ls, but I'm unable to access it.
What I tried:
- Remove the files from another node. It failed the same way as on the main node.
- Reboot the node. No change.
- Stop the cluster service and mount pmxcfs locally. Still no access to the files.
Thanks in advance!
Marin.