You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/userguide/components.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,13 +123,13 @@ Send all ``v.b`` metrics except ``v.b.soc``::
123
123
OVMS# config set server.v3 metrics.include v.b.*
124
124
OVMS# config set server.v3 metrics.exclude v.b.soc
125
125
126
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
126
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
127
127
Broker compatibility options
128
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
128
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129
129
130
-
Some MQTT brokers impose limits that require additional configuration:
130
+
Some brokers have additional requirements:
131
131
132
-
- ``retain.depth.limit`` (default: ``no``) — omits the RETAIN flag on topics deeper than 8 path segments. Required for AWS IoT Core.
132
+
- ``retain.depth.limit`` (default: ``no``) — omits the RETAIN flag on topics deeper than 8 path segments. Needed for AWS IoT Core, which silently drops retained publishes on topics deeper than 8 levels.
133
133
134
134
Example::
135
135
@@ -142,12 +142,12 @@ Example::
142
142
143
143
These options can also be set from the **Config → Server V3 (MQTT)** web page.
144
144
145
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
145
+
^^^^^^^^^^^^^^^^^^^^^^^^^
146
146
TLS client authentication
147
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
147
+
^^^^^^^^^^^^^^^^^^^^^^^^^
148
148
149
-
MQTT brokers that require client certificate authentication (mTLS) are supported.
150
-
Paste PEM-encoded certificate and key into the **Config → Server V3 (MQTT)** web page,
149
+
The module supports client certificate authentication (mTLS) for brokers that need it.
150
+
Paste the PEM certificate and key into the **Config → Server V3 (MQTT)** web page,
151
151
or use the CLI::
152
152
153
153
OVMS# server v3 tlsclient import /sd/client.crt /sd/client.key
0 commit comments