Browse Source
Merge pull request #7078 from chienfuchen32/patch-1
Update the MQTT SSL key store type example configuration file
pull/7097/head
Andrew Shvayka
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
application/src/main/resources/thingsboard.yml
-
transport/mqtt/src/main/resources/tb-mqtt-transport.yml
|
|
|
@ -685,7 +685,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}" |
|
|
|
|
|
|
|
@ -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}" |
|
|
|
|