Siebel Search Administration Guide > Setting Up Siebel Search with Oracle Secure Enterprise Search >

Importing the SSL Certificate for HTTP Indexing


Oracle Secure Enterprise Search uses the default keystore in J2SE: $ORACLE_HOME/jdk/jre/lib/security/cacerts. The Siebel SSL certificate must be imported into this keystore to use SSL for HTTP indexing.

NOTE:  Back up the keystore file before modifying it.

To import the SSL certificate for HTTP indexing

  1. Copy the Siebel SSL certificate from the Siebel Server to the Oracle Secure Enterprise Search server at <SES_HOME>/ses1/jdk/jre/lib/security/.
  2. Execute the following command:

    SES_HOME/ses1/jdk/jre/bin keytool -import -trustcacerts -alias ohs -file ../lib/security/certificate.cer -keystore ../lib/security/cacerts -storepass changeit

  3. Select Yes when asked for confirmation to import the certificate into your specified keystore.
Siebel Search Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.