...

/

TLS and Mutual Authentication

TLS and Mutual Authentication

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

...