How To Securely Set Up Shipyard 2.0.10 with TLS on CoreOS
In this guide, we’ll be setting up Shipyard 2.0.10, a Docker management tool, on a single CoreOS server and securing Docker with a TLS certificate to ensure that only authorized clients may connect to it. TLS Stands for *Transport Layer Security*. It’s used to encrypt data as it is transported from the client to the server and back again. In our case, we’ll use it to encrypt our connection to the Docker host, and Docker’s connection to Shipyard.