3.0

Table Of Contents
Lab Manager Installation and Upgrade Guide
22 VMware, Inc.
Security Recommendations and Requirements
ReviewtherecommendationforinstallingSSLcertificatesandrequirementforcertain
policiesinahighsecurityenvironment.
VMwarerecommendsusinganSSLcertificateontheLab ManagerServersystem.
Installing or Customizing the SSL Certificate
VMwarerecommendsinstallinganSSLcertificatefromatrustedcertificationauthority
thatvalidatestheserveridentity.GeneratetheSSLcertificatewiththedomainnameor
IPaddressforaccessingtheLab ManagerServer.
IfyoudonotinstalltheSSLcertificate,VMwaregeneratesone,butSSLsecurity
warningsappearinthebrowser.
YoucanuseOpenSSLtogenerateacustomSSLcertificatewithadifferentnamethan
theoneVMwaregenerates.VMwarerecommendsgeneratingthecustomcertificateon
theLab ManagerServersystem.
To use OpenSSL to generate a custom SSL certificate
1 DownloadandinstallOpenSSLontheLab ManagerServersystem.
2 CreateafilenamedOpenSSlVMware.cfginaworkingdirectory.
Thefollowingisa
whatasamplefilemightlooklike:
# Conf file that vpx uses to generate SSL certificates.
[ req ]
default_bits = 1024
default_keyfile = rui.key
distinguished_name = req_distinguished_name
#Don't encrypt the key
encrypt_key = no
prompt = no
string_mask = nombstr
[ req_distinguished_name ]
countryName = US
stateOrProvinceName = CA
localityName = CA
0.organizationName = VMware, Inc.
organizationalUnitName = VMware, Inc.
commonName = machine1
emailAddress = support@vmware.com