Installing SSL Certificates on View Connection Brokers
When working with VMware View (or any VDI solution for that matter), you’ll eventually have to deal with certificates. Hopefully your organization has a skilled web or security team who can help you install the certificate onto the Connection Servers and Security Servers… but I find that that’s not usually the case. Usually, someone either just downloads the certificate from GoDaddy (or whatever authority they use) or gives me the credentials so that I can download it myself. The problem is, what you download from GoDaddy isn’t going to work, at least not by itself. There basically two parts of a certificate: the public key and the private key. When you go to GoDaddy and launch their interface and download your certificate, you’re downloading the public key (and any intermediate certificates that are required to establish a chain of trust). In order to install and use that certificate, you’ll need to provide the corresponding private key (which was used i...