summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2014-11-14 03:46:02 -0300
committerdequis <dx@dxzone.com.ar>2014-11-14 03:46:02 -0300
commit0bba34bbe9b3510ae71cfb83e686de3d3cfb9376 (patch)
tree6602a1e08c5d9ffd48eafa2809d9962dfa8f516d /docs
parent688fc817dd9958f66e3be603dd0ee8ecc97d649d (diff)
downloadirssi-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.in1
-rw-r--r--docs/help/in/server.in2
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.