Siebel Field Service Integration to Oracle Real-Time Scheduler Implementation Guide > Installing SOA Composites and Configuring This Integration > Process of Installing SOA Composites for This Integration >

Importing ORS Certificate and Siebel Certificate into Oracle WebLogic Server


NOTE:  This feature is applicable only to Oracle Real-Time Scheduler version 2.3.

To update ORS2.3 Certificate and Siebel Certificate in FMW Environment, the following two updates are required:

  1. Keystore update in EnterpriseManager
  2. KeyStore import into DemoTrust Java KeyStore

Keystore update in EnterpriseManager

To update ORS2.3 Certificate

  1. Get ORS certificate from ORS wsdl. For example, ouaf_demo_cert.cer.
  2. Login to Weblogic Enterprise Manager, expand the WebLogic domain, and right-click on your domain, select Security, then Keystore.
  3. Expand System and select Trust.
  4. Add ORS certificate details as following:
    1. Click on Manage, then click on Import.
    2. Select Certificate Type as Trusted Certificate.
    3. Give a name in Alias Name.
    4. Paste ORS certificate content into *Paste Certificate String here.
  5. Click Ok.

NOTE:  The feature described in the following topic is available in Siebel CRM 18.4 Update and later releases.

To update Siebel Certificate

  1. Get Siebel Certificate from Siebel Application. For example, siebel.cer.
  2. Login to Weblogic Enterprise Manager, expand the WebLogic domain, and right-click on your domain and select Security, then Keystore.
  3. Expand System and select Trust.
  4. Add Siebel certificate details as following:
    1. Click on Manage, then click on Import.
    2. Select Certificate Type as Trusted Certificate.
    3. Give a name in Alias Name.
    4. Paste Siebel certificate content into *Paste Certificate String here.
  5. Click Ok.

KeyStore import into DemoTrust Java KeyStore

  1. Launch FMW through putty.
  2. Navigate to Middleware/wlserver/server/lib.
  3. Run the following command:
    1. For ORS2.3 Certificate import:

    keytool -import -trustcacerts -file ouaf_demo_cert.cer -keystore DemoTrust.jks

    Provide Trust Password: DemoTrustKeyStorePassPhrase

    1. For Siebel Certificate import:

    keytool -import -trustcacerts -file siebel.cer -keystore DemoTrust.jks

    Provide Trust Password: DemoTrustKeyStorePassPhrase

    NOTE:  Before running the command, paste ORS and siebel certificate in to the path Middleware/wlserver/server/lib. If "Error: certificate is already imported" is observed during the first time import of certificates, then provide different alias name in the command. For example, keytool -import -trustcacerts -file Certificate.cer -keystore DemoTrust.jks -alias <differentaliasname>.

  4. Restart the WebLogic and SOA server.
Siebel Field Service Integration to Oracle Real-Time Scheduler Implementation Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.