Step1:
Re-Import vCenter Certificate to TCA-M and TCA-CP
tca-m/tca-cp:9443
.- Browse and select the file to import. - Type the URL of the certificate. - Paste the certificate file content.
Step2:
Update the vCenter thumbprint in TKG Clusters.
SSH into the TCA-CP that controls the management clusters using the admin credentials.
ssh admin@<tca-cp-ip>
2. Check connectivity to retrieve the update-vc-tp script.
curl -kfsSL https://vmwaresaas.jfrog.io/artifactory/generic-registry/kb/vc-updater/tca3.0/update-vc-tp.sh | bash -s -- -h
NOTE: For airgap environments, users should download the script to another location first, then copy it to the TCA-CP.
3. Run the script with vc address
curl -kfsSL https://vmwaresaas.jfrog.io/artifactory/generic-registry/kb/vc-updater/tca3.0/update-vc-tp.sh | bash -s -- -d <vc address>