Lets do the following steps : undo what was done by the documentation On the configurator, clear out all certs in /usr/local/horizon/conf/*.pem run /usr/local/horizon/lib/menu/secure/wiz...
See more...
Lets do the following steps : undo what was done by the documentation On the configurator, clear out all certs in /usr/local/horizon/conf/*.pem run /usr/local/horizon/lib/menu/secure/wizardssl.hzn This should create a new local CA cert, and generate individual SSL certs for all machines in the vApp. Install your CA cert on all machines in the vApp. For each machine, do the following : copy your CA cert to : /etc/ssl/certs/horizon_private_ca.pem run c_rehash on service and connector, run /usr/java/jre1.6.0_37/bin/keytool -import -trustcacerts -file /etc/ssl/certs/horizon_private_ca.pem -alias horizon-private-ca -keystore /usr/java/jre-vmware/lib/security/cacerts on data run /opt/zimbra/jdk1.7.0_15/jre/bin/keytool -import -trustcacerts -file /etc/ssl/certs/horizon_private_ca.pem -alias horizon-private-ca -keystore /opt/zimbra/jdk1.7.0_15/jre/lib/security/cacerts Install your SSL cert + chain using the configurator UI Paste your SSL cert into the text box, followed by the cert chain, and root CA Paste in the SSL cert private key into that text box That should be enough to get your vApp up and running using your private CA cert as the customer facing SSL cert on the gateway. Note, that when adding another VM to this vApp, you may need to re-do step 2 for that newly added machine.