The Cloud Director UI is inaccessible after updating the Cell Endpoint Certificate.
Web browsers display a certificate error when attempting to access the Cloud Director UI.
VMware Cloud Director 10.6.X
This issue occurs due to the incorrect certificate used for the Cell Endpoint.
thisisunsafe directly on the error page to bypass certificate warnings.cell section of API Explorer.GET /1.0.0/cells and copy the URN for each Cloud Cell that is affected from the response body.certificateLibrary section.GET /1.0.0/ssl/certificateLibrary and copy the ID and alias of the correct certificate(s).cell section, select GET /1.0.0/cells/{cellUrn}/accessEndpoints.cellUrns into the cellUrn parameter, click Execute, and copy the resulting JSON payload.PUT /1.0.0/cells/{cellUrn}/accessEndpoints.cellUrn from step 3 and paste the JSON payload into the request body.name field to match the certificate alias (from Step 2 b), and update the id field to match the certificate library item ID (from Step 2 b).