letsencrypt volume

This commit is contained in:
Wolfgang Hottgenroth
2022-09-14 13:25:11 +02:00
parent 39c65cedef
commit 3bf3b037f2
4 changed files with 21 additions and 4 deletions

View File

@ -12,8 +12,8 @@ listener 8883
protocol mqtt
#allow_anonymous true
allow_anonymous false
certfile /etc/letsencrypt/live/DOMAIN/fullchain.pem
keyfile /etc/letsencrypt/live/DOMAIN/privkey.pem
certfile /opt/etc/mosquitto/server.crt
keyfile /opt/etc/mosquitto/server.key
dhparamfile /opt/etc/mosquitto/dh.pem
tls_version tlsv1.2