3.0.1

Table Of Contents
View Manager Administration Guide
78 VMware, Inc.
To create a self-signed SSL certificate
1Fromacommandprompt,enterthefollowing:
keytool -genkey -keyalg "RSA" -keystore keys.p12 -storetype pkcs12
-validity 360
2Youarepromptedtoenterapasswordforthekeystoreandthentoprovide
informationaboutyourselfandyourorganization.Whenyouareaskedtoenter
yourfirstandlastname,entertheFQDNoftheViewConnectionServerinstance
youwanttosec
ure.
3Enteryourdepartment,organization,location,state,andcountry.Thelattermust
beintheformofatwolettercountrycode.
4Youareshownasummaryofthedatayouhaveenteredandareaskedifyouwant
toproceed.Enteryesifyouaresatisfiedthatthedetailsarecorrect.
5Y
ouarepromptedforakeypassword,whichisthepasswordspecificallyforthis
certificate(asopposedtoanyothercertificatesstoredinthesamekeystorefile).
Thekeys.p12fileiscreatedinthecurrentdirectory.
Itisadvisabletobackupthekeys.p12fileafterthecertificateisimportedin
toitincase
youneedtorebuildtheconfigurationfortheserveratsomepoint.
Validating the SSL Certificate
Selfsignedcertificates,whileadequatefordataencryptionbetweenserverandclient,
donotprovideanyreliableinformationaboutthelocationofViewConnectionServer
orthecorporateentityresponsibleforitsadministration.
Whereitisimportantforyourclientstobeabletodeterminetheoriginandintegrityof
thedatatheyreceiv
e,itisrecommendedthatyouobtainaCAauthenticatedcertificate
foryoursite.
To create a certificate signing request (CSR)
Fromacommandprompt,enterthefollowingwhere<secret>isthekeystore
password:
keytool -certreq -keyalg "RSA" -file certificate.csr -keystore
keys.p12 -storetype pkcs12 -storepass <secret>