diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-04-10 11:08:49 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-04-10 13:53:44 +0200 |
commit | dbc95ae725e63ca737ba6493ff464ae4b605f02f (patch) | |
tree | 3ff8f5e296b62e91386cebc74c9685ccaa165837 /plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration | |
parent | 1258aa7da00c9305ed62ab20b6facaeef5a80d01 (diff) |
HV-VES expects passwords to be placed in files
Change-Id: I721bf45dc5618d0afbcc9b4e4174f9557a3bc7c1
Issue-ID: DCAEGEN2-1412
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration')
-rw-r--r-- | plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json b/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json index 2c2610a0..018f590a 100644 --- a/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json @@ -6,7 +6,7 @@ "cbs.firstRequestDelaySec": 3, "cbs.requestIntervalSec": 5, "security.keys.keyStoreFile": "/etc/hv-ves/ssl/server.p12", - "security.keys.keyStorePassword": "onaponap", + "security.keys.keyStorePasswordFile": "/etc/hv-ves/ssl/server.pass", "security.keys.trustStoreFile": "/etc/hv-ves/ssl/trust.p12", - "security.keys.trustStorePassword": "onaponap" + "security.keys.trustStorePasswordFile": "/etc/hv-ves/ssl/trust.pass" }
\ No newline at end of file |