diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-22 16:59:32 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-22 16:59:36 -0400 |
commit | 06bba1da199688ba30ad1ab5da7e49451f5cfddf (patch) | |
tree | a7da4652ae38fce8061c6f9ca8eb9c03024a4b9d /aai-traversal/src/main | |
parent | edcbd4a86c18610d9fc97c0f2382760cc4224169 (diff) |
Update spring profiles to use one-way-ssl
Issue-ID: AAI-1533
Change-Id: Ifdda1524be6d2e05217bc01d68de6b7fbcd0dc1a
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-traversal/src/main')
-rw-r--r-- | aai-traversal/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties index a1a14af..1769c9f 100644 --- a/aai-traversal/src/main/resources/application.properties +++ b/aai-traversal/src/main/resources/application.properties @@ -30,7 +30,7 @@ server.ssl.client-auth=want server.ssl.key-store-type=JKS # Start of Internal Specific Properties -spring.profiles.active=production,two-way-ssl +spring.profiles.active=production,one-way-ssl server.ssl.key-store=${server.local.startpath}etc/auth/aai_keystore server.ssl.key-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) server.ssl.trust-store=${server.local.startpath}etc/auth/aai_keystore |