Skip to content

Commit e393c0a

Browse files
committed
update readme to document new TLS params.
1 parent 800c6aa commit e393c0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ client:
254254
certificate: # client certificate file (only needed if broker requires client certificates; relative to ROS_HOME)
255255
key: # client private key file (relative to ROS_HOME)
256256
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)
257260
```
258261
259262
#### Bridge Parameters

0 commit comments

Comments
 (0)