tests/projects/mqtt_ssl/mqtt_0@mqtt/confnode.xml
author Edouard Tisserant <edouard@beremiz.fr>
Fri, 13 Sep 2024 14:28:07 +0200
changeset 4013 7f4226b2f867
parent 4006 e16c8443e877
child 4029 564f0f1ea75e
permissions -rw-r--r--
MQTT: remove standalone MQTT clien generator code.

Code was inherited from OPC-UA extension, but not properly maintained.
<?xml version='1.0' encoding='utf-8'?>
<MQTTClient xmlns:xsd="http://www.w3.org/2001/XMLSchema" Broker_URI="wss://192.168.19.25:18885">
  <AuthType>
    <x509 Client_certificate="" Broker_certificate="test-root-ca.crt" Verify_hostname="false"/>
  </AuthType>
</MQTTClient>