Does anyone have a script that will check all vCenter certs for expiry date and report?
Found itfor i in $(/usr/lib/vmware-vmafd/bin/vecs-cli store list); do echo STORE $i; sudo /usr/lib/vmware-vmafd/bin/vecs-cli entry list --store $i --text | egrep "Alias|Not After"; done
That will get all vecs certs except STS cert. For STS check https://kb.vmware.com/s/article/79248