Configure SSL for WAS full profile
Request a Secure Sockets Layer (SSL) certificate and process the received documents to import them into the keystore.
This procedure indicates how to request an SSL certificate and import it and the chain certificate into the keystore.
- Create a request to a certificate authority; in the WebSphere administrative console, select Security > SSL certificate and key management > Key stores and certificates > keystore > Personal certificate requests > New.
Where keystore identifies your keystore.
The request is sent to the certificate authority.
- When we receive the SSL certificate, import it and the corresponding chain certificate into the keystore by following the instructions provided by the certificate authority. In the WebSphere administrative console, we can find the corresponding option in Security > SSL certificate and key management > Manage endpoint security configurations > node SSL settings > Key stores and certificates > keystore > Personal certificates > certificate > Receive a certificate from a certificate authority.
Where:
- node SSL settings shows the SSL settings of the nodes in the configuration.
- keystore identifies the keystore.
- certificate identifies the certificate that you received.
- Create an SSL configuration. See the instructions in the user documentation that corresponds to the version of the WAS full profile that supports the applications.
We can find configuration details in the WebSphere administrative console at Security > SSL certificate and key management > Manage endpoint security configurations > SSL Configurations.
Parent topic: Configure Secure Sockets Layer (SSL)