00_MQTT2_CLIENT.pm: doc: sslargs example

git-svn-id: https://svn.fhem.de/fhem/trunk@29770 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2025-03-20 09:06:27 +00:00
parent 0b1467d43e
commit cd60773cb3

View File

@@ -1048,7 +1048,12 @@ MQTT2_CLIENT_feedTheList($$$;$)
<a id="MQTT2_CLIENT-attr-sslargs"></a>
<li>sslargs<br>
a list of space separated tuples of key:value, where key is one of the
possible options documented in perldoc IO::Socket::SSL
possible options documented in perldoc IO::Socket::SSL<br>
e.g.:
<pre>
attr m2c sslargs SSL_cert_file:client.crt SSL_key_file:client.key
</pre>
</li><br>
<a id="MQTT2_CLIENT-attr-topicConversion"></a>