Hey guys,
Just installed ProxMox and want to set up my cert. I have lets encrypt set up elsewhere to produce wirldcare certs.
Is there a way like with IIS and WCS that you can get proxmox to load up a cert from a folder or certificate store?
So far Ive found this, if I just put the pem and key file into this folder and restart the web UI it will load the cert?
Or is there an easier way?
Thanks
Just installed ProxMox and want to set up my cert. I have lets encrypt set up elsewhere to produce wirldcare certs.
Is there a way like with IIS and WCS that you can get proxmox to load up a cert from a folder or certificate store?
- Once your two SSL files are ready, move them to the override locations in /etc/pve/nodes/<node>. Ensure that you’re using the correct SSL files and nodes.
cp fullchain.pem /etc/pve/nodes/<node>/pveproxy-ssl.pem
cp private-key.pem /etc/pve/nodes/<node>/pveproxy-ssl.key - Next, restart the web interface using the systemctl restart pveproxy command.
- The system log should inform you about the usage of the alternative SSL certificate (“Using ‘/etc/pve/local/pveproxy-ssl.pem’ as certificate for the web interface.”):
So far Ive found this, if I just put the pem and key file into this folder and restart the web UI it will load the cert?
Or is there an easier way?
Thanks