From 1a42686c6496e9aac34f202a208f179d7ff82f3c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 14 May 2017 09:09:35 +0200 Subject: [PATCH] Fix ssl port mapping (#57) --- mosquitto/config.json | 2 +- mosquitto/run.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mosquitto/config.json b/mosquitto/config.json index 080b4fb..82b511a 100644 --- a/mosquitto/config.json +++ b/mosquitto/config.json @@ -1,6 +1,6 @@ { "name": "Mosquitto broker", - "version": "0.4", + "version": "0.5", "slug": "mosquitto", "description": "An Open Source MQTT broker", "url": "https://home-assistant.io/addons/mosquitto/", diff --git a/mosquitto/run.sh b/mosquitto/run.sh index cc9531f..ab6a730 100644 --- a/mosquitto/run.sh +++ b/mosquitto/run.sh @@ -15,7 +15,6 @@ listener 1883 " SSL_CONFIG=" -port 8883 listener 8883 cafile /ssl/$CERTFILE certfile /ssl/$CERTFILE