You must update the thumbprint of vCenter in TCA and TKG.
Procedure
- SSH into the TCA-CP that controls the management clusters using admin credential.
- Check connectivity to retrieve the
update-vc-tp
script.
curl -kfsSL https://vmwaresaas.jfrog.io/artifactory/generic-registry/update-vc-tp| bash -s -- -h
For airgap environments, users should download the script to another location first, then copy it to the TCA-CP.
- Run the script with vCenter address.
curl -kfsSL https://vmwaresaas.jfrog.io/artifactory/generic-registry/update-vc-tp| bash -s -- -d <vCenter address>