TLS and Mutual Authentication

Let's look at TLS and mutual authentication in a Docker swarm.

Docker issues every manager and worker with a client certificate that they use for mutual authentication. It identifies the node, the swarm it's a member of, and whether it's a manager or worker.

Inspecting a client certificate

You can inspect a node’s client certificate on Linux with the following command.

Get hands-on with 1300+ tech skills courses.