adding tls configuration
parent
53353da463
commit
67d9b410cb
@ -1,2 +1,12 @@
|
|||||||
|
# https://mosquitto.org/man/mosquitto-conf-5.html
|
||||||
allow_anonymous false
|
allow_anonymous false
|
||||||
password_file /etc/mosquitto/passwd
|
password_file /etc/mosquitto/passwd
|
||||||
|
|
||||||
|
# TLS
|
||||||
|
# False for testing purposes
|
||||||
|
require_certificate false
|
||||||
|
certfile /mosquitto/certs/server.crt
|
||||||
|
keyfile /mosquitto/certs/server.key
|
||||||
|
cafile /mosquitto/certs/ca.crt
|
||||||
|
|
||||||
|
autosave_interval 1800
|
||||||
|
Loading…
Reference in New Issue