aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-app-server/dpo/spec
diff options
context:
space:
mode:
authorecaiyanlinux <martin.c.yan@est.tech>2019-09-06 15:24:59 +0000
committerecaiyanlinux <martin.c.yan@est.tech>2019-09-06 15:24:59 +0000
commit6c925362213b8f05612b309fb50fa4c0b5650224 (patch)
tree50b91263d7d457721627b87e7ac6e8f9a81c740d /datafile-app-server/dpo/spec
parente92d9f47629e635ae70c856615556476d266cb3f (diff)
TLS init container usage
Change-Id: Iec51c722f6a3a519fd7eb0f37f8b801eebbc039b Issue-ID: DCAEGEN2-1702 Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Diffstat (limited to 'datafile-app-server/dpo/spec')
-rw-r--r--datafile-app-server/dpo/spec/datafile-component-spec.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/datafile-app-server/dpo/spec/datafile-component-spec.json b/datafile-app-server/dpo/spec/datafile-component-spec.json
index 9dafbfd3..6047a7c0 100644
--- a/datafile-app-server/dpo/spec/datafile-component-spec.json
+++ b/datafile-app-server/dpo/spec/datafile-component-spec.json
@@ -62,8 +62,8 @@
"required": true
},
{
- "name": "dmaap.ftpesConfig.keyPassword",
- "value": "secret",
+ "name": "dmaap.ftpesConfig.keyPasswordPath",
+ "value": "/opt/app/datafile/etc/cert/jks.pass",
"description": "",
"designer_editable": true,
"sourced_at_deployment": false,
@@ -73,7 +73,7 @@
},
{
"name": "dmaap.ftpesConfig.trustedCa",
- "value": "/opt/app/datafile/config/ftp.jks",
+ "value": "/opt/app/datafile/config/cert.jks",
"description": "",
"designer_editable": true,
"sourced_at_deployment": false,
@@ -82,8 +82,8 @@
"required": true
},
{
- "name": "dmaap.ftpesConfig.trustedCaPassword",
- "value": "secret",
+ "name": "dmaap.ftpesConfig.trustedCaPasswordPath",
+ "value": "/opt/app/datafile/etc/cert/trust.pass",
"description": "",
"designer_editable": true,
"sourced_at_deployment": false,
@@ -113,7 +113,7 @@
},
{
"name": "dmaap.security.keyStorePath",
- "value": "/opt/app/datafile/etc/cert/key.p12",
+ "value": "/opt/app/datafile/etc/cert/cert.jks",
"description": "",
"designer_editable": true,
"sourced_at_deployment": false,
@@ -123,7 +123,7 @@
},
{
"name": "dmaap.security.keyStorePasswordPath",
- "value": "/opt/app/datafile/etc/cert/key.pass",
+ "value": "/opt/app/datafile/etc/cert/jks.pass",
"description": "",
"designer_editable": true,
"sourced_at_deployment": false,