Hi,
I been trying to create a new certificate in my Vmware View lab, but without success.
I manage to do the following with problems:
----------------------------------------------
keytool -genkey -keyalg "RSA" -keystore keys.p12 -storetype pkcs12 -validity 360 -storepass xxx
What is the name of your organizational unit? xx
What is the name of your organization : xxx
What is the name of your City or Locality: xx
What is the two letter country code for this unit?: xx
keytool -certreq -keyalg "RSA" -file certificate.csr -keystore keys.p12 -storetype pkcs12 -storepass secret
Certreq –submit –attrib ”certificatetemplate:WebServer” c:\certificate.csr (on DC)
Certutil –dspublish –f certificate.cer (on DC)
keytool -import -keystore keys.p12 -storetype pkcs12 -storepass secret -keyalg "RSA" -trustcacerts -file certificate.p7b
locked.properties (file in SSLgateway folder...)
keyfile=keys.p12
keypass=secret
storetype=pkcs12
---------------------------------------------
I have tried to import the certificate into GPO and to View folder.
Restarted the server, without success.
In one guide it mentions that a VDM self-signed certificate is located in SSLgateway folder on connection server, but I don't have any.
My test clients can connect to many different pool with self-signed certificate warnings.
what is happening here?
is the answers for the keytool questions wrong? are they fully dependent on correct OU?
The web interface certificate for Vmware View admin console is not working either.