The vCenter Server UI displays the alarm "MACHINE_SSL_CERT certificate in VECS is about to expire".
Verification of the system certificates confirms that the MACHINE_SSL_CERT and other certificates in VECS are currently up to date and not expiring:
for i in $(/usr/lib/vmware-vmafd/bin/vecs-cli store list); do echo STORE $i; /usr/lib/vmware-vmafd/bin/vecs-cli entry list --store $i --text | egrep "Alias|Not After"; done
VMware vCenter Server
The alarm is a stale message that remained triggered from a previous state and failed to clear automatically after certificate renewal or replacement.