From 4af47487a279f494fd3118a01d21b401cd770d2b Mon Sep 17 00:00:00 2001 From: Maura Hausman Date: Mon, 24 Jul 2017 18:16:06 -0400 Subject: Support SSL verification via internal CA bundle - Also updates documentation - See issues #204 and #270 --- docs/cli.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') 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. -- cgit v1.2.1