Browse Source

Update tb-mqtt-transport.yml

pull/7078/head
陳傑夫 4 years ago
committed by GitHub
parent
commit
2f6a5cf95d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      transport/mqtt/src/main/resources/tb-mqtt-transport.yml

2
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}"

Loading…
Cancel
Save