File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,15 @@ this integration has been moved to [ChirpStack Application Server](https://www.c
50
50
** Note:** This will deprecate [ ChirpStack Geolocation Server] ( https://www.chirpstack.io/geolocation-server/ )
51
51
as v3.11 will provide a per-application configurable LoRa Cloud integration.
52
52
53
+ #### Gateway client-certificates
54
+
55
+ This makes it possible to generate per-gateway client-certificates which can
56
+ be used to implement gateway authentication and authorization. For example a
57
+ MQTT broker can be configured to validate the client-certificate against
58
+ a pre-configured CA certificate and if valid it can use the CommonName of the
59
+ certificate (which contains the gateway ID) to authorize publish / subscribe
60
+ to certain topics.
61
+
53
62
### Improvements
54
63
55
64
* Expose to Application Server if received uplink was confirmed or unconfirmed.
You can’t perform that action at this time.
0 commit comments