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