diff options
author | dequis <dx@dxzone.com.ar> | 2014-11-14 03:46:02 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2014-11-14 03:46:02 -0300 |
commit | 0bba34bbe9b3510ae71cfb83e686de3d3cfb9376 (patch) | |
tree | 6602a1e08c5d9ffd48eafa2809d9962dfa8f516d /docs | |
parent | 688fc817dd9958f66e3be603dd0ee8ecc97d649d (diff) | |
download | irssi-0bba34bbe9b3510ae71cfb83e686de3d3cfb9376.zip |
Fix -ssl_pass documentation in /server and /connect
Copied text from 68f8229 (SVN r5231)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/connect.in | 1 | ||||
-rw-r--r-- | docs/help/in/server.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/help/in/connect.in b/docs/help/in/connect.in index 1c1aa2bb..3330966e 100644 --- a/docs/help/in/connect.in +++ b/docs/help/in/connect.in @@ -11,6 +11,7 @@ -ssl_cert: The SSL client certificate file. -ssl_pkey: The SSL client private key, if not included in the certificate file. + -ssl_pass: The password for the SSL client private key or certificate. -ssl_verify: Verifies the SSL certificate of the server. -ssl_cafile: The file with the list of CA certificates. -ssl_capath: The directory which contains the CA certificates. diff --git a/docs/help/in/server.in b/docs/help/in/server.in index d8bcb9a7..f6706daf 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -18,7 +18,7 @@ -ssl_cert: The SSL client certificate file. -ssl_pkey: The SSL client private key, if not included in the certificate file. - -ssl_pass: Verifies the SSL certificate of the server. + -ssl_pass: The password for the SSL client private key or certificate. -ssl_verify: Verifies the SSL certificate of the server. -ssl_cafile: The file with the list of CA certificates. -ssl_capath: The directory which contains the CA certificates. |