3.0.1

Table Of Contents
VMware, Inc. 77
Chapter 5 Client Management
TocreateandinstallyourowncertificateyoumustfirstaddtheJavakeytoolutilityto
yourcommandpathsothatyoucanexecuteitfromanylocationusingthecommand
prompt.OncethisisdoneyoucancreateaselfsignedSSLcertificateusingthekeytool
utility.
Toobtainavalidatedcertificat
ethathasbeensignedbyatrustedcertificateauthority
youmustfirstsubmitacertificatesigningrequest(CSR)toatheCAinordertoreceive
atrustedcertificate.OnceyouhavereceivedatrustedcertificatefromtheCAyoucan
importitintothekeystorefortheViewCon
nectionServer,andthenconfigureView
ConnectionServertouseit.
To add the Java keytool to the system path
1PresstheWindowskey+BreaktodisplaytheWindowsSystemPropertiesdialog
box.
2UndertheAdvancedtab,clickonEnvironmentVariables.
3IntheSystemvariablesgroup,selectPATHandthenclickEdit.
4IntheVariablevaluefieldaddthepathtotheJREinst
allationdirectory:
C:\Program Files\VMware\View Manager\Server\jre\bin
Ensurethatthisentryisdelimitedwithasemicolon(;)fromanyotherentries
presentinthefield.
5ClickOK>OK>OKtoclosetheWindowsSystemPropertiesdialogbox.
Creating an SSL Certificate
Decidingwhatnametobindtoacertificateisanimportantconsideration.Acertificate
bindsthenameoftheservicetoacryptographickeypairand,indoingso,assumes
ownershipoftheserviceandkeys.Oncethecertificateissignedtheclientcantrustthe
server(anditscryptographickey)beca
usetheCAindependentlydeterminedthatthe
organizationthatisclaimingownershiprequestedthekey.
Themostimportantpartofthecertificateisthecommonname(CN)attribute.Usethe
fullyqualifieddomainnamethattheclientcomputerusestoconnecttotheView
ConnectionServer.Inasingleserverenvironment,thenameisty
picallythenameof
theserver.Ifloadbalancingisbeingused,usetheloadbalancedname.
N
OTEYoumayalreadyhaveanSSLcertificatethatyouwanttousewithView
ConnectionServer.Referto“UsingExistingSSLCertificates”onpage 81formore
informationonhowtodothis.