thingsboard-pe-k8s
thingsboard-pe-k8s copied to clipboard
[Bug] Incorrect setting in tb-mqtt-transport.yml for AWS microservices configuration
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.