forked from PsychoticNinja/irssi
ssl changes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3149 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0ece10f26a
commit
0092feca56
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
-4, -6: specify explicitly whether to use IPv4 or IPv6 address
|
-4, -6: specify explicitly whether to use IPv4 or IPv6 address
|
||||||
-ssl: use SSL when connecting
|
-ssl: use SSL when connecting
|
||||||
|
-ssl_cert: The SSL client certificate file (implies -ssl)
|
||||||
|
-ssl_pkey: The SSL client private key (if not included in the certificate file)
|
||||||
|
-ssl_verify: Verify servers SSL certificate
|
||||||
|
-ssl_cafile: File with list of CA certificates (implies -ssl_verify)
|
||||||
|
-ssl_capath: Directory with CA certificates (implies -ssl_verify)
|
||||||
-ircnet: the IRCNet
|
-ircnet: the IRCNet
|
||||||
-host: the host
|
-host: the host
|
||||||
-!: don't autojoin channels
|
-!: don't autojoin channels
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
-4, -6: specify explicitly whether to use IPv4 or IPv6 address
|
-4, -6: specify explicitly whether to use IPv4 or IPv6 address
|
||||||
-ssl: use SSL when connecting
|
-ssl: use SSL when connecting
|
||||||
|
-ssl_cert: The SSL client certificate file (implies -ssl)
|
||||||
|
-ssl_pkey: The SSL client private key (if not included in the certificate file)
|
||||||
|
-ssl_verify: Verify servers SSL certificate
|
||||||
|
-ssl_cafile: File with list of CA certificates (implies -ssl_verify)
|
||||||
|
-ssl_capath: Directory with CA certificates (implies -ssl_verify)
|
||||||
-auto: Automatically connect to server at startup (default)
|
-auto: Automatically connect to server at startup (default)
|
||||||
-noauto: Don't connect to server at startup
|
-noauto: Don't connect to server at startup
|
||||||
-ircnet: Specify what IRC network this server belongs to
|
-ircnet: Specify what IRC network this server belongs to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user