We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f4729 commit 7342102Copy full SHA for 7342102
docker/tls.py
@@ -12,8 +12,9 @@ class TLSConfig:
12
Args:
13
client_cert (tuple of str): Path to client cert, path to client key.
14
ca_cert (str): Path to CA cert file.
15
- verify (bool or str): This can be ``False`` or a path to a CA cert
16
- file.
+ verify (bool or str): This can be a bool or a path to a CA cert
+ file to verify against. If ``True``, verify using ca_cert;
17
+ if ``False`` or not specified, do not verify.
18
ssl_version (int): A valid `SSL version`_.
19
assert_hostname (bool): Verify the hostname of the server.
20
0 commit comments