From: Kajur, Harish (vk250x) Date: Wed, 22 Aug 2018 20:59:32 +0000 (-0400) Subject: Update spring profiles to use one-way-ssl X-Git-Tag: 1.3.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=06bba1da199688ba30ad1ab5da7e49451f5cfddf;p=aai%2Ftraversal.git Update spring profiles to use one-way-ssl Issue-ID: AAI-1533 Change-Id: Ifdda1524be6d2e05217bc01d68de6b7fbcd0dc1a Signed-off-by: Kajur, Harish (vk250x) --- 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