Runtime tools : Channels components : Java Client/Server Messaging APIs : Setup the WAS SSL configuration:
  
Setup the WAS SSL configuration:
Note SHA256 is only supported after WAS 8.0.3 (included).
1 In the WAS console, click Security > SSL Certificate and Key Management, then click Apply.
This graphic is described in the surrounding text.
2 Create the key store file.
This graphic is described in the surrounding text.
3 Open the key store we just created, and create the personal certificate.
This graphic is described in the surrounding text.
4 When creating the personal certificate, select self-signed Certificate.
This graphic is described in the surrounding text.
5 Input the Personal Certificate information
This graphic is described in the surrounding text.
6 Create a new SSL configuration using the key store and certificate we have created earlier.
This graphic is described in the surrounding text.
7 Set the SSL quality of protection (QoP) configuration.
This graphic is described in the surrounding text.
8 Setup the endpoint security configuration for both inbound and outbound properties.
This graphic is described in the surrounding text.
9 After setting these properties, the result should be as shown in the image below.
This graphic is described in the surrounding text.
10 Now that you have completed the WAS SSL configuration, please restart WAS and deliver the key store file to the client machine.
Go up to
Java Client/Server Messaging APIs