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
- Install the interim fix for APAR JR53857.
For information about
how to install an interim fix, see
Procedure
- Export the web service certificate to a file.
For
example, to a file called webcert.crt.
- 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