请稍候...
  • 通配符证书Wildcard SSL,部署全网HTTPS必备
  • 为什么使用企业型SSL证书?
  • 增强型证书EV SSL,完美支持地址栏显示中文企业名称
  • HTTPS今天你用了吗?
  • 多域名SANS/UCC SSL证书,全面支持Exchange Server 2..
  • 选择SSL证书产品遇到问题?

WebLogic Server 8 & 9 -SSL证书安装

点击数:39962014-11-25 11:49:17 来源: 中国数字证书CHINASSL

If you have not yet created a Certificate Signing Request (CSR) and ordered your certificate, see 
CSR Creation -WebLogic Server 8 & 9 SSL Certificate Creation.

Install your SSL Digital Certificate in WebLogic

  1. First, download the your_domain_com.crt certificate file from your CHINASSL Account .

  2. Run the following command to install the certificate file to your keystore:

keytool -import -trustcacerts -alias root -file root.crt -keystore your_domain.jks
keytool -import -trustcacerts -alias intermediate -file intermediate.crt 
-keystore your_domain.jks
keytool -import -trustcacerts -alias server -file your_domain_com.crt
-keystore your_domain.jks

You should get a confirmation stating that the "Certificate reply was installed in keystore"

If it asks if you want to trust the certificate. Choose y or yes.

The installation of this file loads all the necessary certificates to your keystore. Now you just need to configure your server to use it.

Configuring the Keystore for use in WebLogic

  1. On your WebLogic server, expand the "Servers" node and choose the server you will be configuring.
  2. Next, go to Configuration-->Keystores and SSL.

    Several default keystores or previously installed keystores may be displayed under "Keystore Configuration."

  3. To enable your new keystore, click the "Change..." link under "Keystore Configuration."
  4. Choose "Custom Identity and Java Standard Trust" as your keystore configuration type, then click Continue.
  5. Under "Custom Identity Keystore File Name" enter the full path to the your_domain.jks file on your server.
  6. For "Custom Identity Keystore Type" select jks.
  7. The "Custom Identity Keystore PassPhrase" should be the password you specified when the keystore was created.

    If you have forgotten that password, you will need to begin the process of creating your keystore from the beginning.

  8. You will again be asked to enter your keystore password and confirm.
  9. Click Continue, and then Finish.
  10. You will now need to go back under the "Servers" node and select the server you are configuring.
  11. Next, go to Configuration-->Keystores and SSL, then click the "Change..." link under "Keystore Configuration."
  12. In the Configure SSL page, choose "Key Stores" as the method in which identity and trust is stored for the WebLogic server.
  13. Specify the "Private Key Alias" and "Passphrase" that were used when creating your keystore.

    If you followed our instructions or used our command generator, "server" is your alias. The passphrase is the keystore password.

  14. Click Continue, then Finish.

    Reboot the WebLogic server. Your keystore should now be installed and enabled.

上一页1下一页