Cisco Cisco Workload Automation 6.3 User Guide

Page of 46
17
Configuring the BusinessObjects Adapter
Configuring the HTTPS Protocol
5.
On the 
Certificates
 dialog, select the 
Trusted Root Certification Authorities 
tab to display the list of trusted 
certificates. This list should contain the certificates for the target servers that were obtained in the previous 
procedure (see 
6.
Scroll through the list of certificates to find the certificates. 
7.
Perform the following procedure for each target server certificate: 
a.
Select the certificate and click 
Export
 to launch the Certificate Export Wizard. 
b.
On the 
Welcome
 panel, click 
Next
c.
On the 
Export File Format
 panel, use the default option DER encoded binary X.509 (.CER) and click 
Next
d.
On the 
File To Export
 panel, enter the complete path to the BO-Certs directory and a unique name for the 
certificate: 
C:\BO-Certs\servername.cer 
e.
Click 
Next
f.
On the 
Completing the Certificate Export Wizard
 panel, click 
Finish
 to complete the export. 
A message stating The export was successful displays. 
g.
Click 
OK
 to close the message box. 
8.
After all target server certificates have been exported, click 
Close
 to exit the 
Certificates
 dialog. 
9.
Click 
OK
 to close the 
Internet Options
 dialog. 
Import Target Server Certificates into a Java Keystore
You must now import the target server certificates into a local Java keystore.
Note: 
These instructions assume that a JRE or JDK is in your system PATH.
To import certificates into a Java keystore
1.
Open a Windows 
Command Prompt
 window.
2.
Change to the directory where the certificates are stored by entering the following commands:
c:
cd \BO-Certs
3.
Use the Java keytool utility to import a certificate. The following syntax is used:
keytool -import -file <certificate-filename> -alias <servername>-keystore 
<your_trusted_keystore.keystore-filename>
For example:
C:\BO-Certs>keytool -import -file sdkpubs01.crt -alias sdkpubs01 -keystore BOXI.keystore
4.
When prompted to create a password for the keystore, enter a password at the prompt. The keystore utility displays 
the certificate information. 
5.
At the 
Trust this certificate? [no]
 prompt, type 
yes and press 
Enter
. The certificate is imported into the 
<your_trusted_keystore>.keystore
 keystore and the following message displays:
Certificate was added to keystore