I am trying to connect a MQTT client to hivemq mqtt broker using .pem file using the hivemq MQTT cli. I tried several commands according to the documentation but have not been able to connect yet and don't really know what could be the issue. Any help is appreciated
The documentation that I am looking at : https://hivemq.github.io/mqtt-cli/docs/shell/connect/
Commands that I tried :
con -h 'host' -u 'user' -pw 'password' --cafile /path/the-cert-name.pem