summaryrefslogtreecommitdiff
path: root/docs/cli.rst
diff options
context:
space:
mode:
authorMaura Hausman <mhausman@wayfair.com>2017-07-24 18:16:06 -0400
committerMaura Hausman <mhausman@wayfair.com>2017-08-04 13:52:19 -0400
commit4af47487a279f494fd3118a01d21b401cd770d2b (patch)
tree3e67eee88bf38b3e563190bb3aaf592433b3c077 /docs/cli.rst
parent657f0119a3e13ceb07e4d0b17fa126260a4dafc7 (diff)
downloadgitlab-4af47487a279f494fd3118a01d21b401cd770d2b.tar.gz
Support SSL verification via internal CA bundle
- Also updates documentation - See issues #204 and #270
Diffstat (limited to 'docs/cli.rst')
-rw-r--r--docs/cli.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/cli.rst b/docs/cli.rst
index 92140ef..8d0550b 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -61,9 +61,10 @@ parameters. You can override the values in each GitLab server section.
- Possible values
- Description
* - ``ssl_verify``
- - ``True`` or ``False``
- - Verify the SSL certificate. Set to ``False`` if your SSL certificate is
- auto-signed.
+ - ``True``, ``False``, or a ``str``
+ - Verify the SSL certificate. Set to ``False`` to disable verification,
+ though this will create warnings. Any other value is interpreted as path
+ to a CA_BUNDLE file or directory with certificates of trusted CAs.
* - ``timeout``
- Integer
- Number of seconds to wait for an answer before failing.