Skip to content

SpringBoot with Docker Based Tomcat SSL Configuration

mnhmilu edited this page Mar 12, 2021 · 3 revisions
  1. Generate Keystore and Truststore using keytools
  2. Add custom server.xml and context.xml file for Customized tomcat docker image
  3. Build and run the tomcat docker image with a dummmy echo api which is now ssl enabled spring boot applicaiton
  4. Call Docerized SSL API from a client application

Codebase location and Readme for details

Clone this wiki locally