From 0c1aba14c2448b72fba55580a38ad1e5e1f836ff Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 29 Jun 2024 15:35:21 +0200 Subject: [PATCH] Fix port variable --- conf/mosquitto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/mosquitto.conf b/conf/mosquitto.conf index 17c69c8..0fe4a71 100644 --- a/conf/mosquitto.conf +++ b/conf/mosquitto.conf @@ -9,7 +9,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S ###################SSL CONNECTION########################################### #To use mosquitto with direct IP and SSL connection, uncomment those lines -#You will need to open the firewall port with command "sudo yunohost firewall allow TCP __SSL_PORT__ --no-upnp" +#You will need to open the firewall port with command "sudo yunohost firewall allow TCP __PORT_SSL__ --no-upnp" #listener __PORT_SSL__ #certfile /etc/yunohost/certs/__DOMAIN__/crt.pem