陳傑夫
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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}" |
|
|
|
|