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 into Oracle WebLogic Server
NOTE: This feature is applicable only to Oracle Real-Time Scheduler version 2.3.
To update ORS2.3 Certificate in FMW Environment, the following two updates are required:
- Keystore update in EnterpriseManager
- KeyStore import into DemoTrust Java KeyStore
Keystore update in EnterpriseManager
- Get ORS certificate from ORS wsdl. For example, ouaf_demo_cert.cer.
- Login to Weblogic Enterprise Manager, expand the WebLogic domain, and right-click on your domain, select Security>Keystore.
- Expand System and select Trust.
- Add ORS certificate details as following:
- Click on Manage, then click on Import.
- Select Certificate Type as Trusted Certificate.
- Give a name in Alias Name.
- Paste ORS certificate content into *Paste Certificate String here.
- Click Ok.
KeyStore import into DemoTrust Java KeyStore
- Launch FMW through putty.
- Navigate to Middleware/wlserver/server/lib.
- Run the following command:
keytool -import -trustcacerts -file ouaf_demo_cert.cer -keystore DemoTrust.jks
Provide Trust Password: DemoTrustKeyStorePassPhrase
NOTE: Before running the command, paster ORS certificate in to the path Middleware/wlserver/server/lib.
- Restart the WebLogic and SOA server.
|