Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For System Administrators | Configuring Optimize | Changing Subcomponent Communication Settings | Importing a Certification Authority (CA) Certificate
 
Importing a Certification Authority (CA) Certificate
If you selected the Use SSL check box in step 3 of Changing My webMethods Host and Port Communication Attributes, you must import the issuing Certification Authority (CA) certificate into your keystore, as described below:
*To import the issuing CA certificate into your keystore
1. On the Optimize Analytic Engine host system, open a command prompt.
2. Navigate to the jvm/win150/lib/security directory.
3. Import the cacerts file using the following command:
keytool -import -v -keystore cacerts -file cacert.der -alias MYPORTALCA
The default password for the cacerts file is changeit. If you are not authorized to import this file using the default password, contact your system administrator.
4. List the cacerts file to test the import step using the following command:
keytool -list -keystore cacerts