5.0

Table Of Contents
7 Import the certificate.
Option Description
Root certificate
a Right-click Trusted Root Certification Authorities and select Import.
b Follow the prompts in the wizard to import the root certificate (for
example, rootCA.cer) and click OK.
Intermediate certificate
a Right-click Intermediate Certification Authorities and select Import.
b Follow the prompts in the wizard to import the intermediate certificate
(for example, intermediateCA.cer) and click OK.
8 Close the Group Policy window.
All of the systems in the domain now have a copy of the root certificate in their Trusted Root stores and, if
appropriate, a copy of the intermediate certificate in their Intermediate Certification Authority stores.
Add keytool to the System Path
keytool is a key and certificate management utility. You must add the path to this utility to the system
environment Path variable so that you can run the utility from any directory on your host.
You use the keytool utility to create keystores, generate certificate requests, import certificates into keystores,
and add private keys to keystores.
Procedure
1 On your View Connection Server or security server host, right-click My Computer and select
Properties.
a On the Advanced tab, click Environment Variables.
b In the System variables group, select Path and click Edit.
c Type the path to the JRE directory in the Variable Value text box. Use a semicolon (;) to separate each
entry from other entries in the text box.
For example:
install_directory
\VMware\VMware View\Server\jre\bin
2 Click OK until the Windows System Properties dialog box closes.
Add openssl to the System Path
You use the openssl utility export certificates and create and export private keys for use with View Transfer
Server. You must add the path to openssl to the system environment Path variable so that you can run the
utilities from any directory on your host.
Procedure
1 On your View Transfer Server host, right-click My Computer and select Properties.
a On the Advanced tab, click Environment Variables.
b In the System variables group, select Path and click Edit.
c Type the paths to the JRE and Apache directories in the Variable Value text box. Use a semicolon (;)
to separate each entry from other entries in the text box.
For example:
install_directory
\VMware\VMware
View\Server\httpd\bin;
install_directory
\VMware\VMware View\Server\jre\bin
2 Click OK until the Windows System Properties dialog box closes.
Chapter 7 Configuring SSL Certificates for View Servers
VMware, Inc. 89