fill in mosquitto tls section
This commit is contained in:
@@ -58,4 +58,16 @@ Add/change some values:
|
||||
```toml
|
||||
event_topic_template="us915_1/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
|
||||
command_topic_template="us915_1/gateway/{{ .GatewayID }}/command/#"
|
||||
````
|
||||
```
|
||||
|
||||
## Gateway Bridge Config
|
||||
|
||||
Create `/etc/chirpstack-gateway-bridge/certs` folder and copy certs in. Make everything owned by `gatewaybridge`. Set permission to `640`.
|
||||
|
||||
Modify the config, ref: <https://www.chirpstack.io/docs/chirpstack-gateway-bridge/configuration.html>
|
||||
|
||||
Don't forget to change `tcp` to `ssl` in the server list.
|
||||
|
||||
Check `journalctl` on both the bridge and Mosquitto to see that the connection is established.
|
||||
|
||||
Be sure to set the Gateway ID in both the `chirpstack-gateway-bridge` and `packet-forwarder` configs (though this doesn't seem to matter? Need to experiment). Also be sure the UDP port matches between the two.
|
||||
|
||||
Reference in New Issue
Block a user