5.1.1版本的emqx,可以热加载emqx.conf文件吗?

emqx 5.1.1版本可以不用重启emqx,直接通过指令热加载emqx.conf文件配置信息吗?

./bin/emqx ctl
...
conf reload --replace|--merge                  # reload etc/emqx.conf on local node
                                               # The new configuration values will be overlaid on the existing values by default.
                                               # use the --replace flag to replace existing values with the new ones instead.
...

可以 reload

你的 crt 证书是二进制还是 base64 编码的,错误信息是证书不合法

证书是怎么生成的呢?
看起来这或许是个 DER 编码的证书文件,可以尝试用 openssl 工具转换成 base64 编码的 pem/crt 文件