5.0
Table Of Contents
- VMware View Installation
- Contents
- VMware View Installation
- System Requirements for Server Components
- System Requirements for Client Components
- Supported Operating Systems for View Agent
- Supported Operating Systems for Windows-Based View Client and View Client with Local Mode
- Hardware Requirements for Local Mode Desktops
- Client Browser Requirements for View Portal
- Remote Display Protocol and Software Support
- Adobe Flash Requirements
- Smart Card Authentication Requirements
- Preparing Active Directory
- Configuring Domains and Trust Relationships
- Creating an OU for View Desktops
- Creating OUs and Groups for Kiosk Mode Client Accounts
- Creating Groups for View Users
- Creating a User Account for vCenter Server
- Create a User Account for View Composer
- Configure the Restricted Groups Policy
- Using View Group Policy Administrative Template Files
- Prepare Active Directory for Smart Card Authentication
- Installing View Composer
- Installing View Connection Server
- Installing the View Connection Server Software
- Installation Prerequisites for View Connection Server
- Install View Connection Server with a New Configuration
- Install a Replicated Instance of View Connection Server
- Configure a Security Server Pairing Password
- Install a Security Server
- Microsoft Windows Installer Command-Line Options
- Uninstalling View Products Silently by Using MSI Command-Line Options
- Configuring User Accounts for vCenter Server and View Composer
- Where to Use the vCenter Server User and Domain User for View Composer
- Configure a vCenter Server User for View Manager, View Composer, and Local Mode
- View Manager Privileges Required for the vCenter Server User
- View Composer Privileges Required for the vCenter Server User
- Local Mode Privileges Required for the vCenter Server User
- Configuring View Connection Server for the First Time
- Configuring View Client Connections
- Sizing Windows Server Settings to Support Your Deployment
- Installing the View Connection Server Software
- Installing View Transfer Server
- Configuring SSL Certificates for View Servers
- Configuring SSL Certificates for View Connection Server and Security Server
- Configuring SSL Certificates for View Transfer Server
- Prepare an Existing Certificate in PKCS#12 Format for Use with View Transfer Server
- Obtain a Signed Certificate from a CA for Use with a View Transfer Server Instance
- Generate a Self-Signed Certificate for View Transfer Server
- Configure a View Transfer Server Instance to Use a Certificate
- Configure SSL for View Transfer Server Communications
- Configuring Certificate Checking in View Client for Windows
- Appendix: Additional SSL Configuration Tasks
- Creating an Event Database
- Installing and Starting View Client
- Index
If your SSL server certificate is signed by an intermediate CA, you must add the intermediate certificate to the
View Transfer Server certificate directory and configure the Apache configuration file to specify the name of
the intermediate certificate.
Prerequisites
n
Add openssl to the system Path variable on your host. See “Add openssl to the System Path,” on
page 89.
n
If you obtained a server certificate from a CA, or your organization provided a server certificate, verify
that your certificate is in PEM format.
n
If your certificate files and key files are in a PKCS#12 keystore file, see “Prepare an Existing Certificate in
PKCS#12 Format for Use with View Transfer Server,” on page 84.
n
If you use an intermediate CA, obtain an intermediate certificate in PEM format.
Procedure
1 Stop the View Transfer Server service.
2 Copy the server certificate, intermediate certificate (if any), and private key files to the directory
install_directory
\VMware\VMware View\Server\httpd\conf on the View Transfer Server host.
3 If you have not already taken this step, remove the pass phrase from the private key.
This step prevents Apache from prompting you for your pass phrase each time it is restarted.
For example: openssl rsa -in server-with-pass.key -passin
password
-out server.key
4 Edit the entries for SSLCertificateFile and SSLCertificateKeyFile in the Apache configuration file
mod_vprov.conf to specify the names of the server certificate and private key files.
For example:
SSLCertificateFile server.crt
SSLCertificateKeyFile server.key
5 If you copied an intermediate certificate file to the View Transfer Server host, add an entry for the
SSLCertificateChainFile directive to mod_vprov.conf.
For example:
SSLCertificateChainFile intermediateCA.crt
6 Restart the View Transfer Server service to make your changes take effect.
7 Verify that the certificate is configured correctly by using your Web browser to navigate to the View
Transfer Server host address. For example: https://
transfer_server_host_address
.
What to do next
In View Administrator, configure settings to use SSL for local mode provisioning and other local mode
operations. See “Configure SSL for View Transfer Server Communications,” on page 87.
If your SSL certificates are signed by a CA that is not well known, install the root certificate (if not already
present) and intermediate certificate in Active Directory. See “Add SSL Certificates in Active Directory,” on
page 88.
VMware View Installation
86 VMware, Inc.