Fix typo in how pki works in swarm (#5566)

This commit is contained in:
Miguel A. C 2017-12-19 22:08:28 +01:00 committed by Misty Stanley-Jones
parent 354fac77a7
commit b49dbf9dbd
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 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 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. [docker swarm init](/engine/reference/commandline/swarm_init.md) command.
The manager node also generates two tokens to use when you join additional nodes The manager node also generates two tokens to use when you join additional nodes