Setting up an encrypted MQTT server on Debian/Ubuntu using mosquitto.
MQTT is a messaging protocol intended for smaller applications (in “footprint”, not necessarily scale) which is available since 1999 but is currently receiving a lot of attention since the rise of the internet of things and the need to send small messages as simply as possible.
In this tutorial I will show how to install a mosquitto server on Debian/Ubuntu based systems.
Apr 19, 2019