Hello everyone,
I'm trying to load a new SSL certificate on my vCenter server (Virtual Center 5.1 u1b). I already requested the certificate, create all files needed and I'm trying to load that on my environment.
My vCenter server don't have the same name of certificate, we use an alias to make more user friendly the workstation connection to VDI environment.
That is my issue, when I try to add the new certificate I received the message below:
[.] ERROR: The leaf certificate doesn't have any CN or subjectAltName that match
es the public address of the current machine. Rejecting the chain. To skip this
check, set the `ssl_tool_no_cert_san_check' environment variable to 1.
[.] ERROR: The supplied certificate chain is not valid.
OK, I went to config file and edited. I enabled the ssl_tool_no_cert_san_check with variable 1 and restart the tool.
As soon Automation tool starts, the message below appears:
F:\SSLAutomationTool1.0.1>ssl-updater.bat
'ssl_tool_no_cert_san_check' is not recognized as an internal or external comman
d, operable program or batch file.
So the parameter that I need is not been loaded.
Anyone know how I can solve that?
Thanks