From 2857310c33726032ce77449d91e87864e6bf4108 Mon Sep 17 00:00:00 2001 From: "Bansal, Nitin (nb121v)" Date: Tue, 3 Apr 2018 12:31:43 -0400 Subject: Moving Historical Queries to spring boot Change-Id: If4042f3b19b25b086e8f0c4b3723afe9839d994a Issue-ID: AAI-802 Signed-off-by: Bansal, Nitin (nb121v) --- src/main/resources/application.properties | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 74a378f..6233e5c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,14 @@ -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=want + +server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 +#server.ssl.key-store=client-cert-onap.p12 +#server.ssl.key-store-password=onapSecret +#server.ssl.trust-store=C:\\ONAP\\spring\\data-router\\dynamic\\tomcat_keystore +#server.ssl.trust-store-password=onapSecret +#server.ssl.client-auth=want +server.ssl.key-store-type=JKS \ No newline at end of file -- cgit 1.2.3-korg