Kaydet (Commit) cc1b3057 authored tarafından Ignacio Tolstoy's avatar Ignacio Tolstoy

Fix closing code tag in TLS doc.

Just a quick fix in the docs.
üst 9e295d66
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment