check if symlink for /var/lib/vmware-vpx/docRoot/certs to /etc/vmware-vpx/docRoot/certs exists.
ls -ltra /etc/vmware-vpx/docRoot if the certs symlink does not exist run this command to create it: ln -sfn /var/lib/vmware-vpx/docRoot/certs /etc/vmware-vpx/docRoot/certs
Note: for 6.x please use the command ln -sfn /etc/vmware-vpx/ssl /etc/vmware-vpx/docRoot/certs
Restart VCSA services using command service-control --stop --all && service-control --start --all or reboot VCSA.
Try downloading the Trusted Root Certificates again.
Additional Information
Impact/Risks: Medium. Depending on the environment. If deploying VXRail or any other 3rd party solutions that require trusted root certificates to be imported.