KeyStore import into DemoTrust Java KeyStore
Launch FMW through putty.
Navigate to Middleware/wlserver/server/lib.
Run the following command:
For ORS2.3 Certificate import:
keytool -import -trustcacerts -file ouaf_demo_cert.cer -keystore DemoTrust.jks
Provide Trust Password: DemoTrustKeyStorePassPhrase
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>.Restart the WebLogic and SOA server.