3.0.1
Table Of Contents
- Administration Guide
- Contents
- About This Book
- Introduction
- Installation
- View Administrator
- Virtual Desktop Deployment
- Client Management
- View Client and View Portal
- Client Connections from the Internet
- Creating SSL Server Certificates
- Using Existing SSL Certificates
- Smart Card Authentication
- RSA SecurID Authentication
- View Client Command Line Options
- Virtual Printing
- View Composer
- Offline Desktop
- Component Policies
- Unified Access
- Troubleshooting
- Glossary
- Index
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
beintheformofatwo‐lettercountrycode.
4Youareshownasummaryofthedatayouhaveenteredandareaskedifyouwant
toproceed.Enteryesifyouaresatisfiedthatthedetailsarecorrect.
5Y
ouarepromptedforakeypassword,whichisthepasswordspecificallyforthis
certificate(asopposedtoanyothercertificatesstoredinthesamekeystorefile).
Thekeys.p12fileiscreatedinthecurrentdirectory.
Itisadvisabletobackupthekeys.p12fileafterthecertificateisimportedin
toitincase
youneedtorebuildtheconfigurationfortheserveratsomepoint.
Validating the SSL Certificate
Self‐signedcertificates,whileadequatefordataencryptionbetweenserverandclient,
donotprovideanyreliableinformationaboutthelocationofViewConnectionServer
orthecorporateentityresponsibleforitsadministration.
Whereitisimportantforyourclientstobeabletodeterminetheoriginandintegrityof
thedatatheyreceiv
e,itisrecommendedthatyouobtainaCA‐authenticatedcertificate
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>