It's all about the answers!

Ask a question

Websphere LIBERTY and ssl certificates


Cliff Sadler (62717) | asked Mar 15 '17, 10:12 a.m.

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



permanent link
Philipp Waldinger (1313) | answered Mar 15 '17, 6:55 p.m.

 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"/>
<keyStore id="keyStoreName" location="/root/ssl/keyStoreFileName.p12" type="PKCS12" password="keyStorePassword"/>
You can find this documented in the IBM Knowledge Center. 

Your answer


Register or to post 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.