diff options
author | 2018-04-05 09:39:39 -0400 | |
---|---|---|
committer | 2018-04-05 09:41:10 -0400 | |
commit | 677dbc87455c77e9d3184519ddbd550c74cc41e8 (patch) | |
tree | 4bbc7588bab53a60efa52c76d91723bed9d08776 /src/main/resources/application.properties | |
parent | b9fbe7fa64e864f9101938917f76ca2c853c0840 (diff) |
Enabling 2 way ssl with spring boot
Change-Id: I2e8cefc59dcfc330c3e511bcd5a8f66336c39674
Issue-ID: AAI-802
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a046f4e..13ba49c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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 |