How to Create and Use SSL/TLS Certificates for EMQX with XCA on Linux and Windows

Описание к видео How to Create and Use SSL/TLS Certificates for EMQX with XCA on Linux and Windows

In this video, we walk you through the step-by-step process of creating SSL/TLS certificates for the EMQX broker using XCA on both Linux and Windows platforms.

Learn how to set up secure MQTT connections with EMQX, including a live demonstration of the necessary commands and configurations. Whether you're working in a Linux or Windows environment, this tutorial will help you enhance the security of your IoT projects.

XCA download link : https://hohnstaedt.de/xca/index.php/download

Sample Linux command subscription to EMQX broker using Mosquitto Client:
mosquitto_sub -t test -h 192.168.X.X -p 8883 --tls-version tlsv1.2 --cafile CA.crt --cert client.crt --key client.key -d

#EMQX #MQTT #SSL #XCA #SyswellIoT

Комментарии

Информация по комментариям в разработке