Previous Topic: Authenticating to the CA IdentityMinder ServerNext Topic: Configuring the Bulk Load Client


SSL Support

If you want to use SSL to protect the data submitted to CA IdentityMinder, configure the CA IdentityMinder Server to accept HTTPS requests, then setup the Bulk Load Client:

Follow these steps:

  1. Import the CA IdentityMinder certificate file to the Bulk Load Client keystore from the host where the Bulk Load Client is installed. Use the Java keytool utility to create a keystore and import the server certificate as a trusted certificate.
    keytool -import -alias imserver -file <your_server_cert_file> -keystore %HOMEDRIVE%%HOMEPATH%\.imbulkloaderkeystore
    
  2. Edit the imbulkloadclient.bat file or the imbulkloadclient.sh file to set TRUSTSTORE_PASSWORD to the value you entered in the previous step.