moby/docs/reference
Daniel Hiltgen 124792a871 Add TLS support for discovery backend
This leverages recent additions to libkv enabling client
authentication via TLS so the discovery back-end can be locked
down with mutual TLS.  Example usage:

    docker daemon [other args] \
        --cluster-advertise 192.168.122.168:2376 \
        --cluster-store etcd://192.168.122.168:2379 \
        --cluster-store-opt kv.cacertfile=/path/to/ca.pem \
        --cluster-store-opt kv.certfile=/path/to/cert.pem \
        --cluster-store-opt kv.keyfile=/path/to/key.pem

Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
2015-10-07 16:01:00 -07:00
..
api Networking API and UX documentation 2015-10-07 03:54:27 -07:00
commandline Add TLS support for discovery backend 2015-10-07 16:01:00 -07:00
logging log driver - add ability to interpolate container context into the log tag field 2015-09-16 15:19:28 -07:00
builder.md Merge pull request #16109 from charleswhchan/patch-3 2015-09-27 15:12:17 -07:00
glossary.md Networking API and UX documentation 2015-10-07 03:54:27 -07:00
run.md Networking API and UX documentation 2015-10-07 03:54:27 -07:00