Old or unused certificates are stored in a trust store in SDDC Manager. You can delete old certificates through the SDDC Manager VM.
Procedure
- Using SSH, log in to the SDDC Manager VM with the following credentials:
Username:
vcf
Password: use the password specified in the deployment parameter sheet
- Enter su to switch to the root user.
- Change to the /opt/vmware/vcf/operationsmanager/scripts/cli directory.
cd /opt/vmware/vcf/operationsmanager/scripts/cli
- From the /opt/vmware/vcf/operationsmanager/scripts/cli directory, use the following script and command to discover the names of the certificates in the trust store.
sddcmanager-ssl-util.sh -list
- Using the name of the certificate, delete the old or unused certificate.
sddcmanager-ssl-util.sh -delete <certificate alias name from list>
- (Optional) Clean out root certificates in VMware Endpoint Certificate Store from the Platform Services Controller node.