diff options
Diffstat (limited to 'asdc-controller/src/test/resources/mso4-with-TLS.json')
-rw-r--r-- | asdc-controller/src/test/resources/mso4-with-TLS.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/asdc-controller/src/test/resources/mso4-with-TLS.json b/asdc-controller/src/test/resources/mso4-with-TLS.json new file mode 100644 index 0000000000..8e7c506f2d --- /dev/null +++ b/asdc-controller/src/test/resources/mso4-with-TLS.json @@ -0,0 +1,17 @@ +{ + "asdc-connections":{ + "asdc-controller1":{ + "user": "User", + "consumerGroup": "consumerGroup", + "consumerId": "consumerId", + "environmentName": "environmentName", + "asdcAddress": "hostname", + "password": "1c551b8b5ab91fcd5a0907b11c304199", + "pollingInterval":10, + "pollingTimeout":30, + "activateServerTLSAuth": true, + "keyStorePassword":"1c551b8b5ab91fcd5a0907b11c304199", + "keyStorePath": "/test" + } + } +} |