Merge pull request #7078 from chienfuchen32/patch-1

Update the MQTT SSL key store type example configuration file
This commit is contained in:
Andrew Shvayka 2022-08-16 12:53:36 +03:00 committed by GitHub
commit a08d7a97fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -685,7 +685,7 @@ transport:
key_password: "${MQTT_SSL_PEM_KEY_PASSWORD:server_key_password}" key_password: "${MQTT_SSL_PEM_KEY_PASSWORD:server_key_password}"
# Keystore server credentials # Keystore server credentials
keystore: keystore:
# Type of the key store # Type of the key store (JKS or PKCS12)
type: "${MQTT_SSL_KEY_STORE_TYPE:JKS}" type: "${MQTT_SSL_KEY_STORE_TYPE:JKS}"
# Path to the key store that holds the SSL certificate # Path to the key store that holds the SSL certificate
store_file: "${MQTT_SSL_KEY_STORE:mqttserver.jks}" store_file: "${MQTT_SSL_KEY_STORE:mqttserver.jks}"

View File

@ -125,7 +125,7 @@ transport:
key_password: "${MQTT_SSL_PEM_KEY_PASSWORD:server_key_password}" key_password: "${MQTT_SSL_PEM_KEY_PASSWORD:server_key_password}"
# Keystore server credentials # Keystore server credentials
keystore: keystore:
# Type of the key store # Type of the key store (JKS or PKCS12)
type: "${MQTT_SSL_KEY_STORE_TYPE:JKS}" type: "${MQTT_SSL_KEY_STORE_TYPE:JKS}"
# Path to the key store that holds the SSL certificate # Path to the key store that holds the SSL certificate
store_file: "${MQTT_SSL_KEY_STORE:mqttserver.jks}" store_file: "${MQTT_SSL_KEY_STORE:mqttserver.jks}"