Websphere LIBERTY and ssl certificates
OK, seriously, who has actually set up Websphere LIBERTY profile under clm to use provided or generated certificates? My head hurts from banging it against the keyboard........ Liberty doesn't have the admin console like full WAS does, so don't go there unless you know a secret.
|
One answer
Can you elaborate more on what exactly is the problem?
In one of my small test environments with liberty (but not Jazz CLM), I added the following entries to the server.xml, and TLS is working fine...
<sslDefault sslRef="sslName"/> <ssl id="sslName" keyStoreRef="keyStoreName" clientAuthentication="false"/>You can find this documented in the IBM Knowledge Center. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.