From 06bba1da199688ba30ad1ab5da7e49451f5cfddf Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Wed, 22 Aug 2018 16:59:32 -0400 Subject: [PATCH] Update spring profiles to use one-way-ssl Issue-ID: AAI-1533 Change-Id: Ifdda1524be6d2e05217bc01d68de6b7fbcd0dc1a Signed-off-by: Kajur, Harish (vk250x) --- aai-traversal/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6