We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800c6aa commit e393c0aCopy full SHA for e393c0a
README.md
@@ -254,6 +254,9 @@ client:
254
certificate: # client certificate file (only needed if broker requires client certificates; relative to ROS_HOME)
255
key: # client private key file (relative to ROS_HOME)
256
password: # client private key password
257
+ version: # TLS version (https://github.com/eclipse/paho.mqtt.cpp/blob/master/src/mqtt/ssl_options.h#L305)
258
+ verify: # verify the client should conduct post-connect checks.
259
+ alpn_protos: # list of ALPN protocols (https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_alpn_protos.html)
260
```
261
262
#### Bridge Parameters
0 commit comments