diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-10-19 08:26:16 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-10-19 08:26:16 +0200 |
commit | 37340c0b017b670449af24212602d9c64c9880eb (patch) | |
tree | 5ba40020fb8a0088f5fb5bb6e1e10dc113126b84 | |
parent | 96beba354255eb5a5710fc47bcfcca112391e09e (diff) |
Align component-spec properties
Change FTPes certs to PKCS12 (extternal communication).
Issue-ID: DCAEGEN2-1795
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I06a729adb32290e2ebd942a37a144ae034a08a42
-rw-r--r-- | datafile-app-server/dpo/spec/datafile-component-spec.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/datafile-app-server/dpo/spec/datafile-component-spec.json b/datafile-app-server/dpo/spec/datafile-component-spec.json index a425f7bd..06bf4922 100644 --- a/datafile-app-server/dpo/spec/datafile-component-spec.json +++ b/datafile-app-server/dpo/spec/datafile-component-spec.json @@ -56,7 +56,7 @@ "parameters": [ { "name": "dmaap.ftpesConfig.keyCert", - "value": "/opt/app/datafile/etc/cert/cert.jks", + "value": "/opt/app/datafile/etc/cert/cert.p12", "description": "", "designer_editable": true, "sourced_at_deployment": false, @@ -66,7 +66,7 @@ }, { "name": "dmaap.ftpesConfig.keyPasswordPath", - "value": "/opt/app/datafile/etc/cert/jks.pass", + "value": "/opt/app/datafile/etc/cert/p12.pass", "description": "", "designer_editable": true, "sourced_at_deployment": false, |