This is a known issue affecting VMware Cloud Director 10.5.
Currently, there is no resolution.
WORKAROUND
The Certificate Consumers number can be checked via API explorer as below:
- Open the API explorer for the provider going to the link below:
https://cloud.example.com/api-explorer/provider
- In the page find the API
"GET /1.0.0/ssl/certificateLibrary" under the certificateLibrary section
- Click on the API call
- Click Try it out
- Click Execute
- In the response body identify the alias of the certificate for which you need to review the number of consumer and make note on the id as reported in the example below:
"id": "urn:vcloud:certificateLibraryItem:########-####-####-####-########6c39"
- In the API explorer page find the API
"GET /1.0.0/ssl/certificateLibrary/{certLibraryItemId}/consumers" under the certificateLibrary section
- Click on the API call
- Click Try it out
- Edit the pageSize number giving a number higher than 25
- Enter the certLibraryItemId of the certificate you want to review from step 4, example reported below:
urn:vcloud:certificateLibraryItem:########-####-####-####-########6c39
- Click Execute
- Review the certificate consumers in the response