mirror of https://github.com/docker/cli.git
4243440e1f
in swarm. Also, fix some CLI command confusions: 1. If the --external-ca flag is provided, require a --ca-cert flag as well, otherwise the external CA is set but the CA certificate is actually rotated to an internal cert 2. If a --ca-cert flag is provided, require a --ca-key or --external-ca flag be provided as well, otherwise either the server will say that the request is invalid, or if there was previously an external CA corresponding to the cert, it will succeed. While that works, it's better to require the user to explicitly set all the parameters of the new desired root CA. This also changes the `swarm update` function to set the external CA's CACert field, which while not strictly necessary, makes the CA list more explicit. Signed-off-by: Ying Li <ying.li@docker.com> |
||
---|---|---|
.. | ||
progress | ||
testdata | ||
ca.go | ||
ca_test.go | ||
client_test.go | ||
cmd.go | ||
init.go | ||
init_test.go | ||
join.go | ||
join_test.go | ||
join_token.go | ||
join_token_test.go | ||
leave.go | ||
leave_test.go | ||
opts.go | ||
opts_test.go | ||
unlock.go | ||
unlock_key.go | ||
unlock_key_test.go | ||
unlock_test.go | ||
update.go | ||
update_test.go |