1
0
mirror of https://github.com/docker/cli.git synced 2025-07-07 06:41:09 +03:00
Files
cli/docs/reference/commandline
Daniel Hiltgen 323fb21864 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>
2017-06-02 00:07:11 +00:00
..
2017-06-02 00:06:58 +00:00
2017-06-02 00:07:11 +00:00
2017-06-02 00:07:11 +00:00
2017-06-02 00:07:11 +00:00