From c57ec93e6ab3dc02ca3311634e44105f124ac8fa Mon Sep 17 00:00:00 2001 From: dashevchenko Date: Thu, 12 Oct 2023 13:36:22 +0300 Subject: [PATCH] updated description --- application/src/main/resources/thingsboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/main/resources/thingsboard.yml b/application/src/main/resources/thingsboard.yml index a4ab774b2c..9de4ea32f2 100644 --- a/application/src/main/resources/thingsboard.yml +++ b/application/src/main/resources/thingsboard.yml @@ -1179,7 +1179,7 @@ device: host: "${DEVICE_CONNECTIVITY_MQTTS_HOST:}" # Port of mqtt transport service. If empty default port for mqtts will be used. port: "${DEVICE_CONNECTIVITY_MQTTS_PORT:8883}" - # Path to the server certificate file + # Path to the mqtt certificate authority file pem_cert_file: "${DEVICE_CONNECTIVITY_MQTT_SSL_PEM_CERT:cafile.pem}" coap: # If true coap command will be included to the list of all test commands using DEVICE_CONNECTIVITY_COAP_HOST and DEVICE_CONNECTIVITY_COAP_PORT.