2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-28 11:01:59 +00:00

98_telnet.pm: SSL documentation changes (Forum #126253)

git-svn-id: https://svn.fhem.de/fhem/trunk@25754 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-02-27 16:49:52 +00:00
parent ce2bf83d76
commit 6baa2d9653

View File

@ -503,10 +503,10 @@ telnet_ActivateInform($)
<a id="telnet-attr-SSL"></a> <a id="telnet-attr-SSL"></a>
<li>SSL<br> <li>SSL<br>
Enable SSL encryption of the connection, see the description <a Enable SSL encryption of the connection. Valid values are 0 and 1, 0
href="#HTTPS">here</a> on generating the needed SSL certificates. being the default. A change requires a FHEM restart.<br>
Valid values are 0 and 1, 0 being the default. A change requires a FHEM If openssl is installed, a certifcate will be generated, <a
restart.<br> href="#HTTPS">here</a> is a description on how to do that manually.
If the attribute is set, the telnet program wont work as a client If the attribute is set, the telnet program wont work as a client
anymore, and a replacement is needed, like one of the following: anymore, and a replacement is needed, like one of the following:
<ul> <ul>
@ -651,10 +651,14 @@ telnet_ActivateInform($)
SSL-Verschl&uuml;sselung f&uuml;r eine Verbindung aktivieren. SSL-Verschl&uuml;sselung f&uuml;r eine Verbindung aktivieren.
G&uuml;ltige Werte sind 0 und 1, 0 ist die Voreinstellung. Nach G&uuml;ltige Werte sind 0 und 1, 0 ist die Voreinstellung. Nach
&auml;ndern des Wertes ein FHEM Neustart ist erforderlich. &auml;ndern des Wertes ein FHEM Neustart ist erforderlich.
<a href="#HTTPS">Hier</a> gibt es eine Beschreibung, wie das
erforderliche SSL-Zertifikat generiert werden kann. Beim gesetzten Falls openssl installiert ist, dann werden die notwendigen Zertifikate
Attribut kann man den telnet Befehl nicht mehr zum Verbinden werwenden, automatisch generiert, <a href="#HTTPS">hier</a> gibt es eine
m&ouml;gliche Alternetiven sind folgende Programme: Beschreibung, wie das Zertifikat manuell generiert werden kann.
Beim gesetzten Attribut kann man den telnet Befehl nicht mehr zum
Verbinden werwenden, m&ouml;gliche Alternativen sind folgende
Programme:
<ul> <ul>
<code> <code>
socat openssl:fhemhost:fhemport,verify=0 readline<br> socat openssl:fhemhost:fhemport,verify=0 readline<br>