3.0
Table Of Contents
- Installation and Upgrade Guide
- Contents
- About This Book
- Introducing Lab Manager and the Installation Process
- Preparing to Install Lab Manager
- Installing Lab Manager
- Upgrading Lab Manager
- Supported Upgrades
- Before Upgrading
- Installing a VirtualCenter Server
- Undeploying Virtual Machines and Removing Managed Servers
- Backing Up the Lab Manager Database
- Uninstalling the Managed Server Agent Software
- Uninstalling the Program Files for Lab Manager Server
- Installing the Lab Manager Server Software
- Upgrading ESX Server
- Configuring a VirtualCenter Server
- Upgrading and Configuring Lab Manager
- Understanding the Upgrade
- Index
Lab Manager Installation and Upgrade Guide
22 VMware, Inc.
Security Recommendations and Requirements
ReviewtherecommendationforinstallingSSLcertificatesandrequirementforcertain
policiesinahigh‐securityenvironment.
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