mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fix typo in how pki works in swarm (#5566)
This commit is contained in:
committed by
Misty Stanley-Jones
parent
354fac77a7
commit
b49dbf9dbd
@@ -13,7 +13,7 @@ When you create a swarm by running `docker swarm init`, Docker designates itself
|
||||
as a manager node. 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. If you prefer, you can specify your own
|
||||
externally-generated root CA, using the the `--external-ca` flag of the
|
||||
externally-generated root CA, using the `--external-ca` flag of the
|
||||
[docker swarm init](/engine/reference/commandline/swarm_init.md) command.
|
||||
|
||||
The manager node also generates two tokens to use when you join additional nodes
|
||||
|
||||
Reference in New Issue
Block a user