2.5
Table Of Contents
- Installation Guide
- About This Book
- Introduction to the Lab Manager Installation
- Installation Requirements
- Installing Lab Manager
- Upgrading Lab Manager
- Appendix: Troubleshooting the Installation
- Index
VMware, Inc. 33
Chapter 3 Installing Lab Manager
To generate a custom SSL certificate using OpenSSL
1 DownloadandinstallOpenSSLontheLab ManagerServersystem.
2 CreateafilenamedOpenSSlVMware.cfginaworkingdirectory.
Reviewthissamplefile:
# 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
3Storeopenssl.exe, libeay32.dll,andssleay32.dllintheworking
directory.
4Fromtheworkingdirectory,changethecommonNameentryin
OpenSSlVMware.cfgtothemachinehostname.
5Fromthecommandpromptintheworkingdirectory,type:
openssl req -new -x509 -keyout "OpenSslVMware.key" -out
"OpenSslVMware.crt" -days 730 -config "<working
directory>\OpenSslVMware.cfg"
openssl pkcs12 -export -out "OpenSslVMware.pfx" -in "OpenSslVMware.crt"
-inkey "OpenSslVMware.key" -name OpenSslVMware -passout
pass:<password>
Thisprocessgeneratesa.pfxfile.
6RemoveanyoutdatedcertificatefromIISandimportthenew.pfxfileintoIIS.
MicrosoftIISdocumentationoffersinstructionsonremovingandimporting
certificates.