Enabling interim fix JR53857

You must complete these steps to ensure that the fix in this APAR works correctly. These steps ensure that the site content crawler can crawl pages that use HTTPS in the storefront.

Before you begin

  1. Install the interim fix for APAR JR53857.

Procedure

  1. Export the web service certificate to a file.
    For example, to a file called webcert.crt.
  2. Go to the directory that contains the certificate and run keytool to import the certificate to the WebSphere Commerce server.
    For example:
    
    keytool -import -alias webcert -file webcert.crt -keystore C:\WebSphere\AppServer\java\jre\lib\security\cacerts -storepass changeit