mosquitto client tools have a mechanism to connect to the an MQTT 5 broker like so:
mosquitto_sub --host $broker--port $port --topic "/#" -v --debug --cafile /var/run/certs/ca.crt -D CONNECT authentication-method $method -D CONNECT authentication-data $authdata
Is this possible using mqttui?
mosquitto client tools have a mechanism to connect to the an MQTT 5 broker like so:
mosquitto_sub --host $broker--port $port --topic "/#" -v --debug --cafile /var/run/certs/ca.crt -D CONNECT authentication-method $method -D CONNECT authentication-data $authdataIs this possible using mqttui?