Configure HTTPS transport in WebSphere

Perform these steps in the WebSphere administrative console:

1.    Generate the JKS keystore file.

 If you don't have a  keystore for SSL transport, please use the following commad to generate a JKS type keystore.

          keytool -genkey -alias sslkey -keyalg RSA -keystore c:\ssl.jks

2.    Start the administrative console and perform the following steps to create an SSL repertoire:

In the left pane, expand Security

       1) Click "SSL certificate and key management", and click "Manage endpoint security configurations" in the right hand pane.

clip_image002[13]

       2)Click the server which is under the "Inbound" tree.

clip_image004[7]

 

 

       3)Click the "Key stores and certificates" in the "Related Items" list and select the "NodeDefaultKeyStore".

clip_image002[15]


       4)Click "Personal certiflcates" in NodeDefautKeyStore panel and import the JKS keystore which has been geraneted.

clip_image002[17]

clip_image010

       5)Specify the following configuration settings:

Select the "Key  store file" radio.

Key File Name: (the key we have already generated, for example c:\ssl.jks)

Key File Password: Enter the password when generated

Key File Format: Select JKS

Click the "Get Key File Aliases" button to refresh the certificate aliase list.

Click OK

clip_image012

 

       6)Save your changes.

 

3.Restart your application server.

After restart the application server ,view the page using  the url like "https://127.0.0.1:9443" .

posted @ 2013-04-25 00:29  阿炎  阅读(252)  评论(0编辑  收藏  举报