VMware vCenter Server 7.x
VMware vCenter Server 8.x
vCenter Server requires a valid Machine SSL certificate along with valid Solution User Certificates for vCenter services to start/run.
for store in $(/usr/lib/vmware-vmafd/bin/vecs-cli store list | grep -v TRUSTED_ROOT_CRLS); do echo "[*] Store :" $store; /usr/lib/vmware-vmafd/bin/vecs-cli entry list --store $store --text | grep -ie "Alias" -ie "Not After";done;
Identify the expired certificate and use one of the below tools to replace the expired certificates
service-control --stop --all; service-control --start --all