Create SSL certificates for the Liberty profile using the Utilities menu
Use the Liberty profile Utilities menu in the developer tools, we can create an SSL certificate.
- In the Servers view, right-click the Liberty server profile, and select Utilities > Create SSL Certificate.
- On the Create SSL Certificate page, we can create a default secure socket layer (SSL) certificate to use with the server.
- In the Keystore password field, type a password for the SSL certificate.
- Click the Specify validity period (days) field, and specify the number of days we want the certificate to be valid for. Minimum length of time is 365 days.
- Click the Specify subject (DN): field, and provide a value for the SSL subject.
- Click Finish.
Parent topic: Secure communications with the Liberty profile