You must update the thumbprint of vCenter in TCA and TKG.

Procedure

  1. SSH into the TCA-CP that controls the management clusters using admin credential.
    ssh admin@<tca-cp-ip>
  2. 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.

  3. Run the script with vCenter address.
    curl -kfsSL https://vmwaresaas.jfrog.io/artifactory/generic-registry/update-vc-tp| bash -s -- -d <vCenter address>