Open greg-mcnamara opened 2 years ago
When MQTTS is required, there are sections in the tb-mqtt-transport.yml file that need to be uncommented. One of these is incorrect and causes the service to crash on start-up:
- name: MQTT_SSL_KEY_STORE value: "/ssl-config/server.pem"
should be:
- name: MQTT_SSL_PEM_CERT value: "/ssl-config/server.pem"
Hello, @greg-mcnamara Thanks for the note. Fixed.
When MQTTS is required, there are sections in the tb-mqtt-transport.yml file that need to be uncommented. One of these is incorrect and causes the service to crash on start-up:
should be: