aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2020-01-23 20:38:41 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-01-29 07:52:47 +0100
commit41b811999bb2fc68edcdf03261248c2b4f3c883c (patch)
treedcadc0bbc087532b1931b460ffaa8e1251e72031 /plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration
parent49bb0d3059539a10fbf4b3a7345b71a814187f49 (diff)
Update ca cert generating and correct path to certs
Due to changes between java 11.0.5 and 11.0.6 older way of generating ca certs is incorrect New hv-ves image is compatible with new cfy k8s plugin (v 1.6.0). Because of that cert path need to be changed. Change-Id: If432b9b57c33caff1738500a9aa486293ba3a024 Issue-ID: DCAEGEN2-2013 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@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.json8
1 files changed, 4 insertions, 4 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 018f590a..9461eeea 100644
--- a/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json
+++ b/plans/dcaegen2-collectors-hv-ves/testsuites/collector/configuration/secure.json
@@ -5,8 +5,8 @@
"server.maxPayloadSizeBytes": 1048576,
"cbs.firstRequestDelaySec": 3,
"cbs.requestIntervalSec": 5,
- "security.keys.keyStoreFile": "/etc/hv-ves/ssl/server.p12",
- "security.keys.keyStorePasswordFile": "/etc/hv-ves/ssl/server.pass",
- "security.keys.trustStoreFile": "/etc/hv-ves/ssl/trust.p12",
- "security.keys.trustStorePasswordFile": "/etc/hv-ves/ssl/trust.pass"
+ "security.keys.keyStoreFile": "/etc/ves-hv/ssl/server.p12",
+ "security.keys.keyStorePasswordFile": "/etc/ves-hv/ssl/server.pass",
+ "security.keys.trustStoreFile": "/etc/ves-hv/ssl/trust.p12",
+ "security.keys.trustStorePasswordFile": "/etc/ves-hv/ssl/trust.pass"
} \ No newline at end of file