If CA Process Automation is configured to communicate over SSL, you must import the root certificate of CA Process Automation into Web Console. This configuration helps ensure that CA Process Automation and Web Console communicate over SSL.
To import CA Process Automation root certificate into Web Console
keytool -import -v -trustcacerts -alias itpam -file rootcertname -keystore keystore_location -keypass key password -storepass store password
Note: The Keytool executable is available in java bin directory, for example, C:\Program Files (x86)\CA\SC\JRE\1.5.0_11\bin.
Defines the CA Process Automation root certificate name.
Defines the path to the keystore. The default keystore location is C:\Program Files (x86)\CA\SC\JRE\JRE_Version\lib\security\cacerts.
Defines the password used to protect the private key of the generated key pair.
Default: changeit
Defines the keystore password.
Default: changeit
On successful execution of the command, the root certificate is imported into the cacerts file.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|