When navigating to an ESXi host within the vSphere Client, administrators may observe the following symptoms:
The Certificate section under the host's Manage or Configure tab is empty or shows "No data."
Certificate details such as Subject, Issuer, and Expiration Date are invisible.
Action buttons such as Renew or Refresh CA Certificates are greyed out or missing.
The host is confirmed to be connected and "Normal" in vCenter, but certificate management tasks fail.
The host certificate is verified to be central managed by VMCA.
VMware vCenter Server
This issue is typically caused by the vCenter Server's certificate management mode being set to "thumbprint" in the Advanced Settings.
To restore visibility, the vCenter configuration must be moved to either vmca or custom mode. Thumbprint mode is not recommended as a permanent solution for certificate related issues, and should only be used as a temporary fallback while troubleshooting.
vpxd.certmgmt.modevmca if using VMware certificates.custom if you are manually uploading your own CA-signed certificates.service-control --restart vpxd
Change the ESX Certificate Mode
In vSphere, the vpxd.certmgmt.mode parameter determines how vCenter interacts with host certificates:
vmca (Default): vCenter manages and issues certificates via the VMware Certificate Authority
thumbprint: vCenter ignores CA validation and only checks the certificate's hash. In this mode, vCenter stops querying certificate metadata, leading to the "invisible" details and disabled UI buttons