Customer Service | mail Send Email

Install SSL in BEA Weblogic

Help & Support

 

SHOULD YOU NEED ANY ASSISTANCE?
Kindly contact us

Install SSL in BEA Weblogic

Install SSL certificate

  1. Use the following command to install the PKCS#7 certificate into your keystore. You MUST use the same keystore used for your private key and CSR.
  2. keytool -import -trustcacerts -alias tomcat -file your_site_name.p7b -keystore mykeystore.jks
  3. You MUST you the same alias used when the keystore was created, in this case the alias used was tomcat
  4. Enter your keystore password
  5. You should get the follow response:
  6. ... is not trusted. Install reply anyway? [no]: yes
  7. Enter 'yes' and hit Enter.
  8. You should get the following response:
  9. Certificate reply was installed in keystore
  10. The SSL Certificate and intermediate cert are now installed into your keystore.


Configure the Identity and Trust keystores

  1. Use the WebLogic Server Administration Console to configure the identity and trust keystores. See Configure Keystores in the Administration Console online help.
  2. Reboot WebLogic Server.
weblogic ssl 
( RATING: 0.96788990825688  /  VOTES: 218 )