Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.key
*.crt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ allow_anonymous true

connection base_station
# *** base station ip
address 192.168.100.11
address 192.168.100.11:8883
# below is not a comment !!! #***
topic # both 0 "" ""

Expand Down Expand Up @@ -220,16 +220,18 @@ threshold 1000
# Certificate based SSL/TLS support
# -----------------------------------------------------------------

#bridge_cafile
bridge_cafile /etc/mosquitto/certs/ca.crt
#bridge_capath

#bridge_alpn

#bridge_insecure false

#bridge_certfile
bridge_certfile /etc/mosquitto/certs/car-broker.crt

#bridge_keyfile
bridge_keyfile /etc/mosquitto/certs/car-broker.key

bridge_tls_version tlsv1.2

# -----------------------------------------------------------------
# PSK based SSL/TLS support
Expand Down