Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

index.md

Latest commit

History

77 lines (39 loc) · 2.03 KB

index.md

File metadata and controls

77 lines (39 loc) · 2.03 KB

Add SSL Certificate in WebSphere Application Server (WAS)

Add a signer certificate from another server in WAS for successful SSL handshake

Tags: Java development, Security, Web development

Published on March 28, 2019 / Updated on April 29, 2021

Overview

Skill Level: Intermediate

Exercise caution when working on the WebSphere Admin Console

Step-by-step instructions to add a signer certificate from another server in WAS for successful SSL handshake. The screenshots included are from WAS 9.0.

Ingredients

Step-by-Step

1. Login to WAS Admin Console

1-2

2. Navigate to certificate configuration section

Go to Security (Left Nav) -> SSL certificate and key management and under Related Items section, click on Key stores and certificates link.

New1-2

3. Select TrustStore

Click on NodeDefaultTrustStore

New1-3

4. Start addition of certificate

Under Additional Properties, Click on Signer Certificates

New1-4

5. Add new signer certificate

Click on Add button

New1-5

6. Provide certificate details

Provide details for the certificate to be added. Then click on Apply.

Make sure the .crt file is already copied to WAS machine, for e.g. /opt/IBM/WebSphere/Profiles/DefaultAppSrv01/etc/xxxssl.crt

New1-6

7. Check the certificate details

The certificate details can be seen as below. Click on Save.

9-6

8. SSL certificate is successfully added

New1-7

! Note that a server restart is not required for these changes to take effect.