Merge pull request #456 from naxhh/patch-1

Fix closing code tag in TLS doc.
This commit is contained in:
Maxime Petazzoni 2015-01-11 08:29:03 -08:00
commit abff0fadf7
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ client = docker.Client(base_url='<https_url>', tls=tls_config)
Equivalent CLI options:
```bash
docker --tlsverify --tlscacert /path/to/ca.pem ...`
docker --tlsverify --tlscacert /path/to/ca.pem ...
```
## Authenticate with client certificate, do not authenticate server based on given CA