diff options
author | 2020-09-28 21:17:33 +0530 | |
---|---|---|
committer | 2020-10-16 12:51:14 +0530 | |
commit | f626094eea291098de100cacbee8e069414b912c (patch) | |
tree | bb715332ff6dce67c16cab0e0e719a8088135545 /plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat | |
parent | 334a204a6e0ce7e7a28de8ac3f8fb008bcc5683a (diff) |
Updated Certificates for SO CSIT integration-etsi-testing
Issue-ID: INT-1671
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: Id505c5ed35fad89ad048a0412e2eebb8cbf409c4
Diffstat (limited to 'plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat')
-rw-r--r-- | plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml b/plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml index 426d4fd7..8ecd6033 100644 --- a/plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml +++ b/plans/so/integration-etsi-testing/config/override-files/bpmn-infra/onapheat/override.yaml @@ -369,8 +369,8 @@ rest: client: configuration: ssl: - keyStore: classpath:org.onap.so.p12 + keyStore: file:/app/bpmn-infra-certs/org.onap.so.p12 keyStorePassword: 'RLe5ExMWW;Kd6GTSt0WQz;.Y' - trustStore: classpath:org.onap.so.trust.jks - trustStorePassword: '6V%8oSU$,%WbYp3IUe;^mWt4' + trustStore: file:/app/bpmn-infra-certs/org.onap.so.trust.jks + trustStorePassword: '[)3KV.k*!IlkFhWEq0Nv2dDa' |