2. vCloud Cell Design Examples : 2.2 Secure Certificates : 2.2.2 Example : 2.2.2.7. Installing your SSL Certificates
   
2.2.2.7. Installing your SSL Certificates
At this point you should have both SSL certificates for mycloud.mycompany.com, one for the HTTP Service (http.crt) and one for the Console Proxy Service (consoleproxy.crt).
To install your SSL certificates
1. Transfer the http.crt and consoleproxy.crt files to the keytool folder.
2. Download the QuoVadis Root CA 2 from: https://www.quovadisglobal.com/en-GB/QVRepository/~/media/Files/Roots/quovadis_rca2_der.ashx
3. Download the QuoVadis Global SSL ICA: https://www.quovadisglobal.com/en-GB/QVRepository/~/media/Files/Roots/quovadis_globalssl_der.ashx
4. Transfer both of these files to the keytool folder on the vCloud Director cell.
The following files should be in the keytool folder:
*certificates.ks
*http.crt
*consoleproxy.crt
*quovadis_rca2_der.crt
*quovadis_globalssl_der.crt
5. Run the following command to install the QuoVadis Root CA 2 certificate into the keystore file.
 
6. Run the following command to install the QuoVadis Global SSL ICA certificate into the keystore file:
 

7. Run the next two commands to install both the HTTP Services and Console Proxy Service certificates into the keystore file:
 
 
8. Run the following command to verify that all the certificates are imported correctly:
 
9. Move the certificates.ks file to a directory of your choosing. The directory used in this example is /opt/keystore/.
10. Remove or delete the .crt files from the vCloud Director cell after you have imported the certificates into the keystore.
*http.crt
*consoleproxy.crt
*quovadis_rca2_der.crt
*quovadis_globalssl_der.crt
11. Run the configuration script to configure vCloud Director. This script is located in the /opt/vmware/vcloud-director/bin/configure directory.
12. Specify the IP addresses for both the HTTP and Console Proxy Service.
13. When requested, enter the path to the keystore file. This is the folder where you uploaded your certificates.ks file.
14. Enter the path to the Java keystore that contains your SSL certificates and private keys:/opt/keystore/certificate.ks.
15. Type the password to access the keystore file. Also type private key passwords for the certificates.
Please enter the password for the keystore: psswrd
Please enter the private key password for the ‘http’ SSL certificate:
Please enter the private key password for the consoleproxy SSL certificate:
16. Finish the configuration according to your setup. When the process is complete, your SSL certificate should work with vCloud Director.