From 0807dc4ed24ee435a0459e7395a120828665e671 Mon Sep 17 00:00:00 2001 From: PythonLinks <34622952+PythonLinks@users.noreply.github.com> Date: Mon, 13 Jan 2020 18:28:33 +0100 Subject: [PATCH] Added a link to letsencrypt-mosquitto (#69) * Added a link to letsencrypt-mosquitto This docker container makes it really easy to create encrypted connections to a Mosquitto MQTT server. It uses the caddy web server to generate lets encrypt certificates which the Mosquitto MQTT broker then uses. It also includes the Mosquitto Go Authorization plugin https://github.com/iegomez/mosquitto-go-auth. The idea is to make life as easy as possible for the Mosquitto administrator. * Improved the Mosquitto Broker Listing Now it includes links to the test server, an actively maintained authorization plugin, and the docker container which makes it easy to generate lets encrypt certificats, and includes the authorization plugin. We will see if this one passes the tests... --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 939e613..eb23fe2 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,10 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [hrotti](https://github.com/alsm/hrotti) - A MQTT broker written in Go. * [Moquette](https://github.com/moquette-io/moquette) - Java MQTT lightweight broker. * [Mosca](http://www.mosca.io/) - Mosca is a node.js MQTT broker, which can be used Standalone or Embedded in another Node.js application. -* [Mosquitto](http://mosquitto.org/) - "The" Open Source MQTT Broker. +* [Mosquitto](http://mosquitto.org/) - *"*The"** Open Source MQTT Broker. + * [Free test server](https://mqtt.eclipse.org/) hosted by the Eclipse Foundation. + * [Authorization Plugin in Go](https://github.com/iegomez/mosquitto-go-auth) supports many types of logins. + * [Let's Encrypt Mosquitto Docker Container](https://hub.docker.com/r/pythonlinks/letsencrypt-mosquitto) makes it easy to encrypt. * [MyQttHub](https://myqtthub.com) - Cloud MQTT broker. * [Mystique](https://github.com/TheThingsIndustries/mystique) - An extendable MQTT broker written in Go, with HTTP capabilities for observability. Implements MQTT v3.1.1. * [RabbitMQ](https://www.rabbitmq.com/mqtt.html) - RabbitMQ offers a MQTT Adapter.