Output when running option 1 in the vCert tool shows output similar to:Checking Certificate Status-----------------------------------------------------------------Checking Machine SSL certificate VALIDChecking Solution User certificates: machine VALID vsphere-webclient VALID vpxd VALID vpxd-extension VALID hvc VALID wcp VALIDChecking SMS self-signed certificate VALIDChecking SMS VMCA-signed certificate VALIDChecking data-encipherment certificate VALIDChecking Authentication Proxy certificate VALIDChecking Auto Deploy CA certificate NO SKIDChecking BACKUP_STORE entries:Checking BACKUP_STORE_H5C entries: Checking VMDir certificate VALIDChecking VMCA certificate VALID
vCenter Server 7.x
vCenter Server 8.x
This is caused by the /etc/vmware-rbd/ssl/rbd-ca.crt for auto deploy not having a skid.
Running the following command results in no output:openssl x509 -in /etc/vmware-rbd/ssl/rbd-ca.crt -text -noout | grep "Subject Key Identifier"
If using Auto Deploy in the environment the certificate should be replaced with one that has a SKID as it is defined in the RFC for certificates. Please see the documentation.
Prepare Your System for vSphere Auto Deploy (version 7.x)
Use Custom Certificates with Auto Deploy (version 8.x)
SKID in the RFC: https://datatracker.ietf.org/doc/html/rfc5280#page-28