2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-04 17:08:43 +00:00

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 440671868c
commit edbd3382a2

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>