Skip to content

Commit

Permalink
Fixed TLS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shin- committed Mar 11, 2015
1 parent dc16b56 commit 0c8626e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ docker --tls --tlscert /path/to/client-cert.pem --tlskey /path/to/client-key.pem
```python
tls_config = docker.tls.TLSConfig(
client_cert=('/path/to/client-cert.pem', '/path/to/client-key.pem'),
ca_cert='/path/to/ca.pem'
verify='/path/to/ca.pem'
)
client = docker.Client(base_url='<https_url>', tls=tls_config)
```
Expand Down

0 comments on commit 0c8626e

Please sign in to comment.