Hi-
I'm running into a vcenter server 5.5 Heartbleed update (to 1750787) issue with certutil.exe. Per the instructions on VMware KB: Resolving OpenSSL Heartbleed for VMware vCenter Server 5.5 , after installing the patch for SSO, you need to regenerate the certs with certutil. The syntax provided is:
"C:\Program Files\VMware\Infrastructure\VMware\CIS\vmcad\certool.exe" --genCIScert --priv=priv.key --Name=VMWareDirectoryService --FQDN=FQDN_DNS_NAME --IP=IP_address --cert=cert.crt --port=11711
I have more than one FQDN and IP specified on my current cert. The new cert needs to have those multiple names and IP's.
When I run certutil with those additional addresses, I get "error: multiple occurrences" I can't find any documentation on certutil, verbose/help/? from the command yields nothing.
Has anyone else run into this?