diff options
| author | Maura Hausman <mhausman@wayfair.com> | 2017-07-24 18:16:06 -0400 |
|---|---|---|
| committer | Maura Hausman <mhausman@wayfair.com> | 2017-08-04 13:52:19 -0400 |
| commit | 4af47487a279f494fd3118a01d21b401cd770d2b (patch) | |
| tree | 3e67eee88bf38b3e563190bb3aaf592433b3c077 /docs/cli.rst | |
| parent | 657f0119a3e13ceb07e4d0b17fa126260a4dafc7 (diff) | |
| download | gitlab-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.rst | 7 |
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. |
