From b4aa71e35ea1fc3898fc1577fd4c8f7a228f34ca Mon Sep 17 00:00:00 2001 From: Jakub Zieba Date: Mon, 10 Sep 2018 08:35:18 +0200 Subject: Use correct trust store Use correct trust store file in SSL configuration Fix for schema and data creation Change-Id: Ie5b329191779a75ea902f547f09b59b65f09f64c Issue-ID: VID-271 Signed-off-by: Jakub Zieba --- epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties') diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index 087a5d54c..dc9eb43a2 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -194,10 +194,10 @@ mso.maxOpenedInstantiationRequests=20 mso.asyncPollingIntervalSeconds=1 refreshTimeInstantiationDashboard=10 -vid.truststore.filename=/opt/app/vid/etc/vid_keystore.jks +vid.truststore.filename=/opt/app/vid/etc/org.onap.vid.trust.jks +vid.truststore.passwd.x=OBF:1dx01j0e1hs01t981mis1dws156s1ojc1qjc1zsx1pw31qob1qr71pyj1zst1qhy1ojq156i1dua1mm21tb61hvi1j0g1du2 mso.dme2.client.timeout=30000 mso.dme2.client.read.timeout=120000 -vid.truststore.passwd.x=OBF:1wgg1wfq1uus1uui1x131x0r1x1v1x1j1uvo1uve1wg81wfi scheduler.create.new.vnf.change.instance=/v1/ChangeManagement/schedules/ scheduler.get.time.slots=/v1/ChangeManagement/schedules/ scheduler.server.url=http://BYO.scheduler:8989/scheduler -- cgit 1.2.3-korg