From 2f6a5cf95d4e618ba18de2e0645530aef36678e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E5=82=91=E5=A4=AB?= Date: Fri, 12 Aug 2022 21:01:56 +0800 Subject: [PATCH] Update tb-mqtt-transport.yml --- transport/mqtt/src/main/resources/tb-mqtt-transport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/mqtt/src/main/resources/tb-mqtt-transport.yml b/transport/mqtt/src/main/resources/tb-mqtt-transport.yml index 68a1f71f64..e45f5c29fc 100644 --- a/transport/mqtt/src/main/resources/tb-mqtt-transport.yml +++ b/transport/mqtt/src/main/resources/tb-mqtt-transport.yml @@ -125,7 +125,7 @@ transport: key_password: "${MQTT_SSL_PEM_KEY_PASSWORD:server_key_password}" # Keystore server credentials keystore: - # Type of the key store + # Type of the key store (JKS or PKCS12) type: "${MQTT_SSL_KEY_STORE_TYPE:JKS}" # Path to the key store that holds the SSL certificate store_file: "${MQTT_SSL_KEY_STORE:mqttserver.jks}"