docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Add --tlsminversion flag #2811

Closed dperny closed 6 years ago

dperny commented 6 years ago

Adds a --tlsminversion flag which allows the user to set the minimum TLS version that swarm will use.

There is no automated test for this right now because I don't know how to use bats and there isn't even a test for the other TLS flags right now.

nishanttotla commented 6 years ago

Closing this in favor of https://github.com/docker/swarm/pull/2817