When attempting to replace the SSL certificate for the VCF Identity Broker (VIDB) 9.0.2 appliance using an external CA-signed certificate, the process fails with the following error:
Certificate replacement for appliance <vidb-mgmt-#####> has failed. Failed to perform the specified operation. Missing values for certain mandatory properties. Provide the required properties and retry.
Additionally, you may observe the following:
VCF Operations 9.0.2
VCF Identity Broker 9.0.2
This issue typically occurs if the required certificate workflow steps are bypassed or if the certificate bundle is incomplete. Specifically:
To resolve this issue, you must regenerate the certificate using the proper CSR workflow and ensure the full chain is included in the PEM file.
-----BEGIN CERTIFICATE----- (Leaf/Service Certificate)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE----- (Intermediate CA Certificate)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE----- (Root CA Certificate)
-----END CERTIFICATE-----
Install Third-Party CA-Signed Certificates (Broadcom TechDocs)
Use the vropsCertificateTool.py script from Using the Custom Certificate Tool in VMware Aria Operations to analyze the certificate PEM file. This tool helps identify mismatches or missing links in the intermediate issuer chain.