Preparing OSB server to work with SSL
In this recipe, we will configure the OSB to use SSL. The WebLogic server standard installation already comes with a default certificate and keystore, but in this recipe we will use the custom keystore that we created in Chapter 11, Handling Message-level Security Requirements.
Getting ready
We will need access to Eclipse OEPE, soapUI client, and the server.jks
and client.jks
files.
How to do it...
First, we will configure the OSB server to use the server.jks
keystore we created earlier.
In WebLogic console, perform the following steps:
Click on Environment in the tree on the left and select Servers | AdminServer(admin) on the detail view.
Navigate to the Configuration | Keystores tab.
Click Change and change the value to Custom Identity and Custom Trust for the Keystores field.
Enter
./config/fmwconfig/server.jks
into the Custom Identity Keystore field.Enter
JKS
into the Custom Identity Keystore Type field.Enter
welcome
into the Custom Identity Keystore Passphrase...