0
in the Where Used column. https://<NSX manager IP>/api/v1/trust-management/certificates/<certificate ID>
API, you see that the used_by
field is blank.<certificate ID>
value in the NSX UI by expanding the affected certificate on the System > Settings > Certificates page.VMware NSX-T Data Center 3.x
VMware NSX 4.x
Use the instructions noted at Replace Certificates Through API to reassociate the certificate to the appropriate NSX manager node. Since the certificate is an API/UI certificate, the API call would look similar to the following:
POST
https://<NSX manager IP>/api/v1/trust-management/certificates/<certificate ID>?action=apply_certificate&service_type=API&node_id=<NSX manager node ID>
Note: You can obtain the <
NSX manager node ID>
value by clicking the View Details link under the appropriate NSX manager appliance on the System > Configuration > Appliances page.