From 3bbdb237654a09496c2916ce2c7545f2aabbe339 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Fri, 17 Aug 2018 16:40:58 -0500 Subject: https certs with aaf+pdpd containers compatibility Updated license date (jrh3). Change-Id: I1bc244da64f4a1e683f8c6a1be53157474f46ee9 Issue-ID: POLICY-1026 Signed-off-by: Jorge Hernandez --- policy-management/src/main/server/config/system.properties | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'policy-management/src/main/server/config/system.properties') diff --git a/policy-management/src/main/server/config/system.properties b/policy-management/src/main/server/config/system.properties index 7f92c879..5c024e15 100644 --- a/policy-management/src/main/server/config/system.properties +++ b/policy-management/src/main/server/config/system.properties @@ -1,8 +1,8 @@ ### # ============LICENSE_START======================================================= -# policy-management +# ONAP # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,8 +28,11 @@ com.sun.management.jmxremote.ssl=false # certs -javax.net.ssl.trustStore=${{POLICY_HOME}}/etc/ssl/policy-keystore -javax.net.ssl.trustStorePassword=${{KEYSTORE_PASSWD}} +javax.net.ssl.trustStore=${{POLICY_HOME}}/etc/ssl/policy-truststore +javax.net.ssl.trustStorePassword=${{TRUSTSTORE_PASSWD}} + +javax.net.ssl.keyStore=${{POLICY_HOME}}/etc/ssl/policy-keystore +javax.net.ssl.keyStorePassword=${{KEYSTORE_PASSWD}} # standard logging -- cgit 1.2.3-korg