@HeMaN You're correct that no changes have been published yet.
We were under the impression that we had found an undocumented requirement, but I was reminded that giving each host the same certificate is not the best practice. xcp-ng should be able to handle each host having its own certificate as long as their respective certificate authorities are trusted.
In any case, I need to do some more testing to narrow down the exact cause of the issues that I was seeing. I have been working a systemd service and timer with a few supporting scripts that automatically renew certificates by making ACME requests to my local, private CA, specifically adding support for additional SANs (previous iterations just used the system's FQDN).
Specifically, I want to test each server with SANs that correspond to each of it's IP addresses and FQDNs, deploy them using xe host-server-certificate-install
, then perform packet captures as needed to determine why the Xapi#getResource /rrd_updates (on xcp-ng-1) 0%
task is getting stuck.
So far, life has gotten a bit in the way, so I haven't dedicated the time to testing this, but I hope to get back to this soon.