diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-26 11:19:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-26 11:19:35 +0000 |
commit | 43d1d7f7769f88236364c982e13d76cc6cbc26db (patch) | |
tree | 48428af40c3599b302a8e9a004f5c146da026440 /policy-management | |
parent | 9d6c50392f0cba9152855104fd54d69c29930a2b (diff) | |
parent | dd70cf21332d6fd7954073735547ffe2062275a1 (diff) |
Merge "cook policy-keystore into drools image"
Diffstat (limited to 'policy-management')
-rw-r--r-- | policy-management/src/main/server/config/system.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-management/src/main/server/config/system.properties b/policy-management/src/main/server/config/system.properties index fbac119a..7f92c879 100644 --- a/policy-management/src/main/server/config/system.properties +++ b/policy-management/src/main/server/config/system.properties @@ -28,7 +28,7 @@ com.sun.management.jmxremote.ssl=false # certs -javax.net.ssl.trustStore=/opt/app/policy/etc/ssl/policy-keystore +javax.net.ssl.trustStore=${{POLICY_HOME}}/etc/ssl/policy-keystore javax.net.ssl.trustStorePassword=${{KEYSTORE_PASSWD}} # standard logging |