Merge pull request #7078 from chienfuchen32/patch-1
Update the MQTT SSL key store type example configuration file
This commit is contained in:
commit
a08d7a97fd
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user