Enabling 2 way ssl with spring boot
[aai/data-router.git] / src / main / resources / application.properties
index a046f4e..13ba49c 100644 (file)
@@ -3,11 +3,5 @@ server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore
 
 server.ssl.enabled=true
 server.port=9502
-server.ssl.client-auth=want
-
+server.ssl.client-auth=need
 server.ssl.enabled-protocols=TLSv1.1,TLSv1.2
-
-#server.ssl.trust-store=C:\\ONAP\\spring\\data-router\\dynamic\\auth\\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