Custom Identity and Custom Trust ” can be configured using ” self signed certificates ” ,” certificates signed by your internal CA ” OR ” a third party CA like Verisign, GoDaddy ” etc
Below is a link which talks about ” Steps to generate self signed certificates ” :
Click on the link below know more about creating a certificate –> generating a csr ( certificate signing request ) and then getting it signed from verison :
Make sure that all the certificates and keystores are inside the domain folder ( By default Weblogic searches for certificates and keystores in this folder )
Steps to configure SSL on WLS:
Start weblogic and follow the steps below :
.
Check the “ Enable SSL Listen Port “ : Servers –> General tab
Click on the Keystores tab and select “ Customer Identity and Customer Trust “ ( as shown below )
.
.
.
Note :
In Keystore tab –-> password for identity field is –-> password
In Ssl tab –-> password for identiry field is –-> privatepassword ( because here the password is for the private key that we have specified while creating the certificate pair )
Once the configuration is done.
Restart the server and try to open the link : https://localhost:7002/console
If the page comes up fine it means that we have successfully configured.. :)
No comments:
Post a Comment