Manage swarm security with public key infrastructure (PKI) | Docker Documentation - 0 views
-
The nodes in a swarm use mutual Transport Layer Security (TLS) to authenticate, authorize, and encrypt the communications with other nodes in the swarm.
-
By default, the manager node generates a new root Certificate Authority (CA) along with a key pair, which are used to secure communications with other nodes that join the swarm.
-
The manager node also generates two tokens to use when you join additional nodes to the swarm: one worker token and one manager token.
- ...3 more annotations...
-
a cluster CA key or a manager node is compromised, you can rotate the swarm root CA so that none of the nodes trust certificates signed by the old root CA anymore.