Fix closing code tag in TLS doc.

Just a quick fix in the docs.
This commit is contained in:
Ignacio Tolstoy 2015-01-11 16:22:08 +01:00
parent 9e295d666a
commit cc1b3057a9
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