diff options
author | Timo Sirainen <cras@irssi.org> | 2003-11-16 18:03:17 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-11-16 18:03:17 +0000 |
commit | 0092feca56851d2ec55d1db4bafae96771d592e1 (patch) | |
tree | 77b0570bb24ff4343ef47b608bc25475e13fff56 /docs/help | |
parent | 0ece10f26ad1c3114fa587a5b823564ea7e7c335 (diff) | |
download | irssi-0092feca56851d2ec55d1db4bafae96771d592e1.zip |
ssl changes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3149 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/connect.in | 5 | ||||
-rw-r--r-- | docs/help/in/server.in | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in index cfe5e071..f5bf2f85 100644 --- a/docs/help/in/connect.in +++ b/docs/help/in/connect.in @@ -3,6 +3,11 @@ -4, -6: specify explicitly whether to use IPv4 or IPv6 address -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 -host: the host -!: don't autojoin channels diff --git a/docs/help/in/server.in b/docs/help/in/server.in index 67cbfce8..3236aed5 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -3,6 +3,11 @@ -4, -6: specify explicitly whether to use IPv4 or IPv6 address -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) -noauto: Don't connect to server at startup -ircnet: Specify what IRC network this server belongs to |