Previous Topic: Create a Migration JobNext Topic: Disable OS Migration of Computers with Specific Software Packages


Import CA Process Automation Root Certificate into Web Console

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

  1. Execute the following command to import the CA root certificate into the Web Console cacerts file:
    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.

    rootcertname

    Defines the CA Process Automation root certificate name.

    keyStore_location

    Defines the path to the keystore. The default keystore location is C:\Program Files (x86)\CA\SC\JRE\JRE_Version\lib\security\cacerts.

    keypass

    Defines the password used to protect the private key of the generated key pair.

    Default: changeit

    storepassword

    Defines the keystore password.

    Default: changeit

    On successful execution of the command, the root certificate is imported into the cacerts file.