WebLogic Server 8 – 12x: Install and Configure Your SSL/TLS Certificate
After we've validated and issued your SSL certificate, you can install it on your WebLogic 8, 9, 10, 11, or 12.x server (where the CSR was generated) and configure the server to use the certificate
Use Java Keytool to Install Your SSL Certificate in WebLogic:
keytool -import -trustcacerts -alias server -file /your_domain_com.p7b -keystore your_domain_com.jks
You should get a confirmation that the "Certificate reply was installed in keystore".
- If you are prompted to trust the certificate, type "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 the certificate.
On your WebLogic server, expand the Servers node and select the server you need to configure.
Next, go to Configuration-->Keystores and SSL.
To enable your new keystore, under Keystore Configuration, click the Change... link
Select Custom Identity and Java Standard Trust as your keystore configuration type, and then click Continue.
Under Custom Identity Keystore File Name, type the full path to the your_domain.jks file on your WebLogic server.
Next, go to Configuration-->Keystores and SSL.
To enable your new keystore, under Keystore Configuration, click the Change... link
Select Custom Identity and Java Standard Trust as your keystore configuration type, and then click Continue.
Under Custom Identity Keystore File Name, type the full path to the your_domain.jks file on your WebLogic server.
For Custom Identity Keystore Type, select jks.
For Custom Identity Keystore PassPhrase, type the password you created when creating the Keystore
When asked again, type your Keystore password and confirm.
When asked again, type your Keystore password and confirm.
Click Continue. Then click Finish.
Click Continue. Then click Finish.
Congratulations! Your Keystore should now be installed and enabled on your WebLogic server
Download Certificate
Download the your_domain_com.p7b certificate file from your DigiCert Account.
On the My Orders tab, click the order number link and then click Download
Install the Certificate File in Your Keystore
Run the command below to install the certificate.
Specify the Private Key Alias and Passphrase that were used when creating your Keystore.
Reboot the WebLogic server.
Comments
Post a Comment