mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Add -notls and -notls_verify into help file and src/core/chat-commands.c
This commit is contained in:
parent
8c8e4e34d4
commit
9ab78d0160
2 changed files with 5 additions and 3 deletions
|
|
@ -16,11 +16,13 @@
|
|||
-4: Connects using IPv4.
|
||||
-6: Connects using IPv6.
|
||||
-tls: Connects using TLS encryption.
|
||||
-notls: Connect without TLS encrption.
|
||||
-tls_cert: The TLS client certificate file.
|
||||
-tls_pkey: The TLS client private key, if not included in the
|
||||
certificate file.
|
||||
-tls_pass: The password for the TLS client private key or certificate.
|
||||
-tls_verify: Verifies the TLS certificate of the server.
|
||||
-tls_verify: Verifies the TLS certificate of the server.
|
||||
-notls_verify: Doesn't verify the TLS certificate of the server.
|
||||
-tls_cafile: The file with the list of CA certificates.
|
||||
-tls_capath: The directory which contains the CA certificates.
|
||||
-tls_ciphers: TLS cipher suite preference lists.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue