Align component-spec properties 69/113969/1
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Mon, 19 Oct 2020 06:26:16 +0000 (08:26 +0200)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Mon, 19 Oct 2020 06:26:16 +0000 (08:26 +0200)
Change FTPes certs to PKCS12 (extternal communication).

Issue-ID: DCAEGEN2-1795
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I06a729adb32290e2ebd942a37a144ae034a08a42

datafile-app-server/dpo/spec/datafile-component-spec.json

index a425f7b..06bf492 100644 (file)
@@ -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,