thingsboard / thingsboard-pe-k8s

ThingsBoard Professional Edition Kubernetes scripts and docs
Apache License 2.0
21 stars 35 forks source link

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

Open greg-mcnamara opened 2 years ago

greg-mcnamara commented 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"
Ultrazombie commented 2 years ago

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