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 ?
Asked
Active
Viewed 592 times
2
-
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 Answers
2
To accomplish your goal, you should configure server.xml with your cert/key information as noted in the info below:
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