Old or unused certificates are stored in a trust store in SDDC Manager. You can delete old certificates using the VMware Cloud Foundation API.

See Delete Trusted Certificate in the VMware Cloud Foundation API Reference Guide for more information.

Procedure

  1. Log in to the SDDC Manager UI as a user with the ADMIN role.
    For more information about roles, see Managing Users and Groups in VMware Cloud Foundation.
  2. In the navigation pane, click Developer Center > API Explorer.
  3. Browse to and expand API Categories > Trusted Certificates.
  4. Expand GET /v1/sddc-manager/trusted-certificates and click EXECUTE.
  5. In the Response, click TrustedCertificate and copy the alias for the certificate you want to remove.
  6. Expand DELETE /v1/sddc-manager/trusted-certificates/{alias}, enter the alias, and click EXECUTE.