Popular Posts

How to import certificate file and its private key in WCS ?

Steps for importing Certificate

  • Navigate to WAS administrative console
  • Click Security > SSL certificate and key management > Manage endpoint security configurations > Inbound > SSL_configuration_name.
  • Under Related items, click Key stores and certificates > trust store .
  • Under Additional Properties, click Signer certificates
  • Either click Add the certicate (the .pem file name with the qualified path) or click Retrieve from port and provide the host and the port to retrieve the certificate from the host.

 Steps for importing Private Key

  • Navigate to WAS administrative console
  • Click Security > SSL certificate and key management > Manage endpoint security configurations > Inbound > SSL_configuration_name.
  • Under Related items, click Key stores and certificates > key store .
  • Under Additional Properties, click Personal certificates > Import certificates from the .p12 file.
  • Select Key store file option
  • For Key File Name, type in the fully qualified path to the .p12 file that contains the key to import.
  • For Type, select PKCS12.
  • For Key File Password, enter the password you were provided to open the .p12 file with.
  • Click on the 'Get the key file aliases' button.
  • Select the certificate you want to import into a keystore file.
  • Apply and Save.
  • Restart WebSphere Application Server.

No comments:

Post a Comment