mosquitto参数怎么配置?
1、查看CentOS版本
cat /etc/redhat-release
返回:CentOS Linux release 7.4.1708 (Core),如果系统不是最新版本,执行yum update更新
2、通过yum install mosquitto安装mosquitto
配置文件在/etc/mosquitto下
3、去腾讯云或者阿里云申请免费的域名证书,下载证书到服务器,解压到/etc/mosquitto/cert下
4、配置mosquitto
mv /etc/mosquitto/mosquitto,conf /etc/mosquitto/mosquitto.conf.bak
把下面的内容复制到 /etc/mosquitto/mosquitto.conf
5、启动服务端
mosquitto -c /etc/mosquitto/mosquitto.conf -d
-d 后台运行
-c 指定配置文件路径
6、测试tls websocket连接
hivemq有个在线的测试工具,我们用他们的,
http://www.hivemq.com/demos/websocket-client/
host填写:
http://www.mengmeitong.com
port填写:8883
选中SSL复选框,然后点击 Connect 按钮,能连接成功,就表示配置正确。
Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有 粤ICP备16019765号
广州京杭网络科技有限公司 版权所有