diff options
author | ajay_dp001 <ajay.deep.singh@est.tech> | 2020-09-28 21:17:33 +0530 |
---|---|---|
committer | ajay_dp001 <ajay.deep.singh@est.tech> | 2020-10-16 12:51:14 +0530 |
commit | f626094eea291098de100cacbee8e069414b912c (patch) | |
tree | bb715332ff6dce67c16cab0e0e719a8088135545 /plans/so/integration-etsi-testing/config/override-files | |
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')
2 files changed, 5 insertions, 5 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' diff --git a/plans/so/integration-etsi-testing/config/override-files/so-vnfm-adapter/onapheat/override.yaml b/plans/so/integration-etsi-testing/config/override-files/so-vnfm-adapter/onapheat/override.yaml index ee87e25f..ec2031c6 100644 --- a/plans/so/integration-etsi-testing/config/override-files/so-vnfm-adapter/onapheat/override.yaml +++ b/plans/so/integration-etsi-testing/config/override-files/so-vnfm-adapter/onapheat/override.yaml @@ -5,14 +5,14 @@ server: ssl: key-alias: so@so.onap.org key--store-password: 'ywsqCy:EEo#j}HJHM7z^Rk[L' - key-store: classpath:so-vnfm-adapter.p12 + key-store: file:/app/so-vnfm-adapter-certs/so-vnfm-adapter.p12 key-store-type: PKCS12 client-auth: need http: client: ssl: - trust-store: classpath:org.onap.so.trust.jks + trust-store: file:/app/so-vnfm-adapter-certs/org.onap.so.trust.jks trust-store-password: ',sx#.C*W)]wVgJC6ccFHI#:H' aai: auth: 221187EFA3AD4E33600DE0488F287099934CE65C3D0697BCECC00BB58E784E07CD74A24581DC31DBC086FF63DF116378776E9BE3D1325885 |