4.6

Table Of Contents
Obtain a Signed Certificate from a CA for Use with a View Transfer Server Instance
To obtain a signed certificate from a CA, you must use openssl to generate a private key file and a certificate
signing request (CSR). For testing purposes, you can obtain a free temporary certificate based on an untrusted
root from GlobalSign, Thawte, or VeriSign.
Prerequisites
Determine the fully qualified domain name (FQDN) that client computers use to connect to the host.
Procedure
1 Open a command prompt and use openssl to create a private key file and a CSR.
For example: openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
2 When openssl prompts you for a common name, type the fully qualified domain name (FQDN) that client
computers use to connect to the View Transfer Server host.
IMPORTANT If you type your name, the certificate will be invalid.
openssl creates the private key file and the CSR file in the current directory.
3 Send the CSR to the CA in accordance with the CA's enrollment process and request a certificate in PEM
format.
Some CAs provide certificates in a format other than PEM. If you download this type of certificate, you
must convert it to PEM format.
After conducting some checks on your company, the CA signs your request, encrypts it with a private key,
and sends you a validated certificate.
What to do next
Configure the View Transfer Server instance to use the server SSL certificate. See “Configure a View Transfer
Server Instance to Use a New Certificate,” on page 86.
Import an Intermediate Certificate into a Keystore File
If your server certificate is signed by an intermediate CA rather than by a root CA, you must add the
intermediate certificate to the keystore before you add the server certificate.
Prerequisites
Request and obtain an intermediate certificate from the intermediate CA.
Procedure
1 Save the intermediate certificate as intermediateCA.p7 in the directory that contains the keystore file.
2 Import the intermediate certificate into the keystore file.
For example:
keytool -importcert -keystore keys.jks -storepass secret -trustcacerts -alias intermediateCA -
file intermediateCA.p7
What to do next
If you downloaded a server certificate, import it into your keystore file. See “Import a Signed Server Certificate
into a Keystore File,” on page 85.
VMware View Installation
84 VMware, Inc.