diff options
Diffstat (limited to 'csit/config/sim-all/simParameters.json')
-rw-r--r-- | csit/config/sim-all/simParameters.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/csit/config/sim-all/simParameters.json b/csit/config/sim-all/simParameters.json index 4b009b6f..70e5a2e7 100644 --- a/csit/config/sim-all/simParameters.json +++ b/csit/config/sim-all/simParameters.json @@ -50,6 +50,7 @@ "servers": ["${HOST_NAME}"], "topicCommInfrastructure": "DMAAP", "useHttps": true, + "allowSelfSignedCerts": true, "apiKey": "some-key", "apiSecret": "some-secret" }, @@ -58,6 +59,7 @@ "servers": ["${HOST_NAME}"], "topicCommInfrastructure": "DMAAP", "useHttps": true, + "allowSelfSignedCerts": true, "apiKey": "some-key", "apiSecret": "some-secret" } @@ -68,6 +70,7 @@ "servers": ["${HOST_NAME}"], "topicCommInfrastructure": "DMAAP", "useHttps": true, + "allowSelfSignedCerts": true, "apiKey": "some-key", "apiSecret": "some-secret" }, @@ -76,6 +79,7 @@ "servers": ["${HOST_NAME}"], "topicCommInfrastructure": "DMAAP", "useHttps": true, + "allowSelfSignedCerts": true, "apiKey": "some-key", "apiSecret": "some-secret" } |