https://docs.vmware.com/en/VMware-Cloud-Director/10.3/VMware-Cloud-Director-Install-Configure-Upgrade-Guide/GUID-74296A4D-416F-4D7F-BBD6-BA983AAAD4E7.html
Impact/Risks:
To confirm if a cert matches with a key you can either use a validator online or run these commands directly inside the ssh session: (replace the name of the files with the correct ones, including full path)
openssl rsa -modulus -noout -in key.key | openssl md5
openssl x509 -modulus -noout -in FullChain.cer | openssl md5
Both commands should return the same output. If they don't means that the key does not belong to this cert and the error is expected.