Skip to content

Commit 02add85

Browse files
Enhance doc regarding openssl s_client
1 parent 287062f commit 02add85

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/sphinx_source/using/tls.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,11 @@ new certificate to connect to Eggdrop, depends on your irc client.
139139
To connect to your bot from the command line, you can use the OpenSSL
140140
ssl client::
141141

142-
openssl s_client -cert my.crt -key my.key -connect host:sslport
143-
142+
openssl s_client -cert my.crt -key my.key -connect host:sslport
143+
144+
Beware that openssl s_client is intended for testing purposes only and for
145+
example does not validate a bots self signed certificate.
146+
144147
----------------
145148
SSL/TLS Settings
146149
----------------

0 commit comments

Comments
 (0)