/var/log/vmware/certificatemanagement/certificatemanagement-svcs.log, below error snips are found:[tomcat-exec-8 INFO com.vmware.cerfiticatemanagement.vapi.impl.setup.AuthzPermissionValidator] User ####\#### has required privileges (CertificateManagement.Administer) to invoke API com.vmware.vcenter.cestificate_management.create[tomcat-exec-8 INFO com.vmware.cerfiticatemanagement.impl.trustedroots.TrustedRootsChainCreator] TrustedRootsChain create operation is initiated [tomcat-exec-8 INFO com.vmware.cerfiticatemanagement.impl.trustedroots.TrustedRootsChainCreator] create vAPI call for Id : ###############[tomcat-exec-8 INFO com.vmware.cerfiticatemanagement.impl.trustedroots.TrustedRootsChainCreator] cert already exist for Id : ###############[tomcat-exec-8 INFO com.vmware.cerfiticatemanagement.impl.telemetry.TelemetryData] Attempting VAC stats push ....[tomcat-exec-8 WARN com.vmware.cerfiticatemanagement.impl.telemetry.TelemetryData] Publishing telemetry data to VAC failed with exception : Failed : HTTP error code : 400
The incoming root certificate possesses a Subject Key Identifier identical to an entry already present in the TRUSTED_ROOTS store.
To resolve this issue, follow steps below:
Step 1: Remove the Old Certificate from the vCenter.
/usr/lib/vmware-vmafd/bin/vecs-cli entry list --store TRUSTED_ROOTS --text | less
/root/ folder, adjusting appropriately for the environment:/usr/lib/vmware-vmafd/bin/vecs-cli entry getcert --store TRUSTED_ROOTS --alias ####################################2e7f --output /root/<aliasID>.cer/usr/lib/vmware-vmafd/bin/dir-cli trustedcert unpublish --cert /root/<aliasID>.cerStep 2: Import the Trusted Root Certificate via vCenter UI.
Administration > Certificate management > Import Trusted root certificate.Step 3: Import the Trusted Root Certificate via CLI.
/usr/lib/vmware-vmafd/bin/dir-cli trustedcert publish --cert /root/new-cert.cer/usr/lib/vmware-vmafd/bin/vecs-cli force-refresh/usr/lib/vmware-vmafd/bin/vecs-cli entry list --store TRUSTED_ROOTS --text | grep <aliasID>service-control --stop --all && service-control --start --all