2

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 ?

vikram
  • 61
  • 4
  • Possible duplicate of [Add certificate to truststore to enable SSL communication](https://stackoverflow.com/questions/32180717/add-certificate-to-truststore-to-enable-ssl-communication) – Chris Snow Jun 19 '17 at 03:48

1 Answers1

2

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.

Matt
  • 74,352
  • 26
  • 153
  • 180
RandalAnders
  • 1,431
  • 9
  • 16