You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
learn_mqtt_go/.mosquitto/mosquitto.conf

13 lines
298 B
Plaintext

# https://mosquitto.org/man/mosquitto-conf-5.html
allow_anonymous false
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