In environments where VMware Identity Manager is integrated with VCF Automation 9.x, updating or renewing the VIDM certificate requires re-establishing trust between components.
Previously, in VMware Aria Automation 8.x, this was handled using a retrust / re-register workflow during certificate replacement. However, in VCF Automation 9.0, this workflow has changed and now relies on Tenant Manager APIs.
VCF Automation 9.x
After upgrading to VCF Automation 9.0, the traditional retrust/re-register workflow used in Aria Automation 8.x is no longer available. As a result, newly replaced VIDM certificates are not automatically trusted by VCF Automation components.
To re-establish trust after replacing the vIDM certificate in VCF Automation 9.x, manually add the issuing CA certificate to Tenant Manager
Steps (UI Method):
https://<vidm-fqdn> and click Connect.Alternative(API Method):
curl --location 'https://localhost:8443/cloudapi/1.0.0/ssl/trustedCertificates' \--header 'X-VMWARE-VCLOUD-AUTH-CONTEXT: System' \--header 'Authorization: Bearer {{access_token}}' \--header 'Content-Type: application/json' \--header 'Accept: application/json;version=41.0.0-alpha' \--data '{ "id": null, "alias": "<alias-from-the-certificate>", "certificate": "<vIDM-certificate>"}'
Note: alias and vIDM-certificate should be taken from Fleet management Locker.
5. Verify that the certificate has been successfully added to the trusted store.