Creating SSL certificates from the command line
You can use the securityUtility command to create a default SSL certificate for use by the Liberty configuration.
Procedure
Results
You created a default key.p12 keystore for the specified server.
In version 19.0.0.2 and earlier, you created a default key.jks keystore for the specified server.
The keystore file is located under the /resources/security directory of the specified server. If a default keystore already exists, the command does not execute successfully.
What to do next
<featureManager>
<feature>ssl-1.0</feature>
</featureManager>
<keyStore id="defaultKeyStore" password="keystore_password" />
See Enabling SSL communication in Liberty.