Enabling 2 way ssl with spring boot
[aai/data-router.git] / src / main / resources / application.properties
1 camel.springboot.xmlRoutes=file:${DYNAMIC_ROUTES}/*.route
2 server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore
3
4 server.ssl.enabled=true
5 server.port=9502
6 server.ssl.client-auth=need
7 server.ssl.enabled-protocols=TLSv1.1,TLSv1.2