...

/

TLS and Mutual Authentication

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.

Insp

...