I would like to create a certificate for PVE with my domain Windows CA. I am having no luck getting the browser to accept it, still shows "not secure"
THX,
-JB

- Create key: openssl genrsa -out /etc/pve/nodes/pve101/pveproxy-ssl.key 2048
- Create CSR: openssl req -new -key /etc/pve/nodes/pve101/pveproxy-ssl.key -out /etc/pve/nodes/pve101/pveproxy-ssl.csr
- Submit to Windows Domain CA
- Download certificate
- Upload certificate to PVE
THX,
-JB
