2
votes

We are using Liberty profile Service of Bluemix. What is the way of configuring the SSL certificate in the Bluemix environment and how to perform the same ?

1

1 Answers

2
votes

To accomplish your goal, you should configure server.xml with your cert/key information as noted in the info below:

http://www-01.ibm.com/support/knowledgecenter/SSD28V_8.5.5/com.ibm.websphere.wlp.core.doc/ae/rwlp_sec_keystores.html

Once server.xml has been configured, you need to push a packaged server to the Liberty Buildpack. Your configured server.xml will be included in the package pushed to the buildpack.