thingsboard-pe-k8s icon indicating copy to clipboard operation
thingsboard-pe-k8s copied to clipboard

[Bug] Incorrect setting in tb-mqtt-transport.yml for AWS microservices configuration

Open greg-mcnamara opened this issue 3 years ago • 1 comments

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"

greg-mcnamara avatar Jan 20 '22 00:01 greg-mcnamara

Hello, @greg-mcnamara Thanks for the note. Fixed.

Ultrazombie avatar Jun 01 '22 14:06 Ultrazombie