X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;h=5724b469b2906a0ff1e4fe6a6a9089d25f7f2e20;hb=433e096bf98a35edaedc8760346a611dd7c0fee3;hp=74a378f7d576088353a7f6160a5721c4066544f4;hpb=5da95c0df892b635db68550a3321e0e48c9e78f8;p=aai%2Fdata-router.git diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 74a378f..5724b46 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,6 @@ -camel.springboot.xmlRoutes = file:${DYNAMIC_ROUTES}/*.route \ No newline at end of file +camel.springboot.xmlRoutes=file:${DYNAMIC_ROUTES}/*.route +server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore +server.ssl.enabled=true +server.port=9502 +server.ssl.client-auth=need +server.ssl.enabled-protocols=TLSv1.1,TLSv1.2