Cisco Cisco Unified MeetingPlace 8.6 Guida All'Installazione

Pagina di 46
12
Sign in to the IBM Lotus Domino Server as an administrator.
Procedure
Step 1
Open a web browser.
Step 2
.
Step 3
Select Download J2SE SDK.
Step 4
Select a platform.
Step 5
Select the option to agree to the license agreement.
Step 6
Select Continue.
Step 7
Choose a download file from the Windows Platform area.
Step 8
Follow the prompts until the file is completely downloaded.
Adding Certificates to the IBM Lotus Domino Keystore
After you obtain your certificates, use the keytool.exe tool to add the certificates to the list of trusted certificates (also called 
your keystore) on your IBM Lotus Domino Server. Your keystore is the cacerts file in the Lotus\Domino\jvm\lib\security 
directory of your IBM Lotus Domino Server.
For more information about obtaining certificates, see the Configuration Guide for Cisco Unified MeetingPlace Release 8.6 or 
the online help in the administrator interface.
Before You Begin
Sign in to the Cisco Unified MeetingPlace Web Server as an administrator.
Procedure
Step 1
Use FTP or a similar program to copy your certificate file from the Cisco Unified MeetingPlace Web Server to the IBM 
Lotus Domino Server.
Step 2
Sign in to the IBM Lotus Domino Server as an administrator.
Step 3
Choose Start > Run.
Step 4
Enter cmd.
Step 5
Select OK.
Step 6
Enter the following command, replacing values as indicated below:
<path>\jre\bin\keytool -import -alias [any_alias] -file [your_certificate.cer] -keystore [cacerts]
For example:
Replace
With
path
The path to your Java SDK files (for example, c:\j2sdk1.4.2_03)
any_alias
The alias that you are applying to the certificate (for example,
 
WebHomePageCertificate). This is 
how your certificate will be listed in the keystore.
your_certificate.cer
The path to your .cer file for the Home Page hostname (for example, c:\temp\webhomepage.cer)
cacerts
The path to the cacerts file on your IBM Lotus Domino Server (for example, 
c:\Lotus\Domino\jvm\lib\ security\cacerts). cacerts is the name of your keystore.