Export security certificates

Complete the following prerequisite steps before creating a connector. This must take place for each Clarify Studio installation, if applicable.

  1. From a Web browser, navigate to the Infusionsoft login screen and view site information.
  2. Download the certificates by clicking on the Certificate option.

  3. After clicking on the Certificate option, click on the Certification Path tab. From the hierarchy, select the first and click View Certificate.
  4. Click the Details tab and then click Copy File.
  5. Click Next to proceed.
  6. Select the Base-64 format and click Next to proceed.
  7. Click Browse and select an appropriate path to copy the file. Click Next to proceed.
  8. Click Finish. You should receive validation that the export was successful.
  9. Repeat steps 3 to 8 for any remaining certificates if applicable.

Once all certificates have been downloaded

  1. Go to the Clarify Studio installation path and navigate to the bin folder (<Studio install>/jre/bin).
  2. Create a folder named cert and copy all certificates to the folder.
  3. Copy the cacert file from security folder (<Studio install> \jre\lib) to the bin folder.
  4. From a command prompt, navigate to the bin folder and call this command:
    keytool -import -alias is_cer1 -file ./cert/cer1.cer -keystore cacerts -storepass changeit
    Note: Repeat the above step for each certificate, if applicable. You must change the certificate name (cer1.cer) and alias is_cer1 parameters for each cert.
  5. Copy all copy the cacert file security folder.