Configuring SSL in Marketing Platform with data filters

When Marketing Platform is deployed with SSL and you plan to use the data filtering feature, you must perform this procedure to add the SSL options that perform hand shaking.

Procedure

  1. Perform the procedure described in "Configuring SSL in Marketing Platform" if you have not done so already.
  2. Obtain the following.
  3. Place the certificate file in the JAVA_HOME/jre/lib/security directory, where JAVA_HOME is the Java™ directory specified in the tools/bin/setenv script under your Marketing Platform installation.

    The setenv script specifies the Java instance used by Marketing Platform utilities.

  4. Use the keytool program to import the certificate into the cacerts file for your Java instance.

    You can use the following example command as a guide.

    keytool -import -trustcacerts -file name_of_your_certificate.cer -keystore cacerts

    Enter the certificate password when prompted.