Kerlink IOT Station MQTT certificates

Hello @brocaar!!

I’m trying to install the lora-gateway-bridge in a Kerlink Wirnet gateway and I can to connect the gateway with MQTT broker but the connection is refused because I don’t know how indicate the certificates in the start.sh.

I’m follow the next documentation: https://www.loraserver.io/lora-gateway-bridge/install/gateway/kerlink/.

Best regards and thanks in advance.

Hello again,

I managed to add the file lora-gateway-bridge.toml through the --config parameter. I changed the last line in the start.sh by next line:

/mnt/fsuser-1/lora-gateway-bridge/bin/lora-gateway-bridge -c /mnt/fsuser-1/lora-gateway-bridge/bin/lora-gateway-bridge.toml 2>&1 | $LOGGER &

Best regards,