blah stupid ca
This commit is contained in:
@ -7,8 +7,19 @@ connection_messages true #log client connect and disconnect
|
||||
password_file /etc/mosquitto/passwd #speicyf path to password file
|
||||
max_connections 5 #demo purpose
|
||||
listener 8883 #port for tls
|
||||
certfile /etc/letsencrypt/live/mqtt.teeseng.uk/cert.pem
|
||||
cafile /etc/letsencrypt/live/mqtt.teeseng.uk/chain.pem
|
||||
keyfile /etc/letsencrypt/live/mqtt.teeseng.uk/privkey.pem
|
||||
certfile /home/mpuser/letsencrypt-copy/live/mqtt.teeseng.uk-0001/cert.pem
|
||||
cafile /home/mpuser/letsencrypt-copy/live/mqtt.teeseng.uk-0001/fullchain.pem
|
||||
keyfile /home/mpuser/letsencrypt-copy/live/mqtt.teeseng.uk-0001/privkey.pem
|
||||
|
||||
|
||||
|
||||
#mosquitt.conf
|
||||
pid_file /run/mosquitto/mosquitto.pid
|
||||
|
||||
persistence true
|
||||
persistence_location /var/lib/mosquitto/
|
||||
|
||||
log_type all
|
||||
log_facility 5
|
||||
log_dest file /var/log/mosquitto/mosquitto.log
|
||||
|
||||
|
Reference in New Issue
Block a user