The following conditions are all true:
After running the carr script as documented in the KB article "Using Certificate Analyzer, Results and Recovery (CARR) Script to fix certificate related issues in NSX", you still have one certificate that shows status Expired and "Where used" shows 2 like in the screenshot below:
VMware NSX 3.2.x
This happens because the federated local managers (LMs) have not yet refreshed certificates from each other.
Simply run this API call (as-is) on one LM (local manager) appliance as root user from each site and then refresh the certificates tab - the expired certificate will no longer be present:root@nsxmanager# curl -X POST -H "Content-Type: application/json" -H 'X-NSX-Username:admin' http://127.0.0.1:7441/api/v1/sites?action=refresh
Once you run this api call, the issue should be resolved.