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

    2. 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.