mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 15:36:51 +01:00
Update: indivisual client assigns TLS connection by clients.conf file.
BugFix: TLS certificate required connection error Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -16,14 +16,18 @@
|
||||
BrokerName=iot.eclipse.org
|
||||
BrokerPortNo=1883
|
||||
BrokerSecurePortNo=8883
|
||||
#SecureConnection=YES
|
||||
|
||||
ClientAuthentication=NO
|
||||
ClientList=clients.conf
|
||||
#ClientsList=/path/to/your_clients.conf
|
||||
|
||||
RootCAfile=/usr/share/ca-certificates/ISRG_Root_X1.crt
|
||||
RootCApath=/etc/ssl/certs/
|
||||
|
||||
GatewayID=1
|
||||
GatewayName=PahoGateway-01
|
||||
KeepAlive=900
|
||||
#LoginID=
|
||||
#Password=
|
||||
#LoginID=your_ID
|
||||
#Password=your_Password
|
||||
|
||||
# UDP
|
||||
GatewayPortNo=10000
|
||||
|
||||
Reference in New Issue
Block a user