Hi,
I wold like to replace the server certificate which needs an intermediate certificate on vCenter 5.
* I cannot install the intermediate certificate on client side.
Regarding the KB2009313, The vCenter 5 can handle an intermediate certificate.
I tried following ways, but these did not worke i expected.
[1] Put the rui.pfx which is packed with server key, server certicficate and intermediate certificate.
(exapmle : openssl pkcs12 -export -in rui.crt -inkey rui.key -name rui -passout pass:testpassword -out rui.pfx -certfile inter.crt)
[2] Put the rui.crt which is combined with server cert and intermediate cert.
(example : cat server.crt intermediate.crt > rui.crt)
How do I use server certificate which needs an intermediate certificate on vCenter Server ?
regards,