diff options
Diffstat (limited to 'dpo/spec/vescollector-componentspec.json')
-rw-r--r-- | dpo/spec/vescollector-componentspec.json | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/dpo/spec/vescollector-componentspec.json b/dpo/spec/vescollector-componentspec.json index 1b407b14..e5d59834 100644 --- a/dpo/spec/vescollector-componentspec.json +++ b/dpo/spec/vescollector-componentspec.json @@ -273,29 +273,21 @@ "designer_editable": false }, { - "name": "collector.keystore.alias", - "value": "dynamically generated", - "description": "alias to access the keystore; collector will identify this based on keystore and password file", + "name": "collector.truststore.file.location", + "value": "/opt/app/dcae-certificate/truststore.jks", + "description": "fs location of truststore file in vm", + "sourced_at_deployment": false, + "policy_editable": false, + "designer_editable": false + }, + { + "name": "collector.truststore.passwordfile", + "value": "/opt/app/dcae-certificate/.trustpassword", + "description": "location of truststore password file in vm", "sourced_at_deployment": false, "policy_editable": false, "designer_editable": false }, - { - "name": "collector.truststore.file.location", - "value": "/opt/app/dcae-certificate/truststore.jks", - "description": "fs location of truststore file in vm", - "sourced_at_deployment": false, - "policy_editable": false, - "designer_editable": false - }, - { - "name": "collector.truststore.passwordfile", - "value": "/opt/app/dcae-certificate/.trustpassword", - "description": "location of truststore password file in vm", - "sourced_at_deployment": false, - "policy_editable": false, - "designer_editable": false - }, { "name": "collector.inputQueue.maxPending", "value": 8096, |