Hey there,
I found a small UI bug: there's no scroll on the System > Certificates page. I have a localhost CA I use to stop getting warnings on my browsers/devices. As it's just internal I've been using the same certificate on all the network devices for ease, and as I've been experimenting with different network layouts and find IP addresses quicker to type than URLs, there's a bunch of IP addresses on the cert.
The amount of SANs pushes the ACME section below the viewable page and there's no
Cheers.
Edit: Also, I'm not sure if this is a bug, but to import your own certificate, it says that the private key is optional, though it doesn't seem like it is.
I found a small UI bug: there's no scroll on the System > Certificates page. I have a localhost CA I use to stop getting warnings on my browsers/devices. As it's just internal I've been using the same certificate on all the network devices for ease, and as I've been experimenting with different network layouts and find IP addresses quicker to type than URLs, there's a bunch of IP addresses on the cert.
The amount of SANs pushes the ACME section below the viewable page and there's no
overflow: scroll;
CSS on the element to allow the bottom bit to be seen. Adding this to the element with id="PVE-node-Config-1060-body"
fixes this for me.Cheers.
Edit: Also, I'm not sure if this is a bug, but to import your own certificate, it says that the private key is optional, though it doesn't seem like it is.
Last edited: