From: grabinsk Date: Wed, 4 Sep 2019 12:23:26 +0000 (+0200) Subject: fix keyStorePath and keyStorePasswordPath in prh template X-Git-Tag: 5.0.1-ONAP~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=08d2b126c9cb413b6664dc76f338259b02c39f31;p=dcaegen2%2Fplatform%2Fblueprints.git fix keyStorePath and keyStorePasswordPath in prh template Change-Id: I6991190bc04cf32173744a993118fdb1c47dbe51 Signed-off-by: grabinsk Issue-ID: DCAEGEN2-1682 Signed-off-by: grabinsk --- diff --git a/blueprints/k8s-prh.yaml-template b/blueprints/k8s-prh.yaml-template index b808782..90afbc7 100644 --- a/blueprints/k8s-prh.yaml-template +++ b/blueprints/k8s-prh.yaml-template @@ -106,8 +106,8 @@ node_templates: Authorization: "Basic QUFJOkFBSQ==" security.trustStorePath: "/opt/app/prh/etc/cert/trust.jks" security.trustStorePasswordPath: "/opt/app/prh/etc/cert/trust.pass" - security.keyStorePath: "/opt/app/prh/etc/cert/key.p12" - security.keyStorePasswordPath: "/opt/app/prh/etc/cert/key.pass" + security.keyStorePath: "/opt/app/prh/etc/cert/cert.jks" + security.keyStorePasswordPath: "/opt/app/prh/etc/cert/jks.pass" security.enableAaiCertAuth: { get_input: secureEnableCert } security.enableDmaapCertAuth: { get_input: secureEnableCert } streams_publishes: