Hello,
I am trying to upgrade my Vcenter 4.x to 5.1 and found out SSL certificates were long expired.
I have reffered this :
-installed open ssl
-created all CSR and .key files
-created CRT files, using our Microsoft CA server
-now not able to create pfx files using .crt
Getting error :
C:\OpenSSL\bin>openssl pkcs12 -export -in c:\certs\InventoryService\rui.crt -ink
ey c:\certs\InventoryService\rui.key -certfile c:\certs\Root64.cer -name "rui" -
passout pass:testpassword -out c:\certs\InventoryService\rui.pfx
Loading 'screen' into random state - done
No certificate matches private key
unable to write 'random state'
and it creates 0 kb .pfx
Thanks