From 394ce0c9c1e085f19fbae045835813d56f58ec2f Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Mon, 26 Sep 2016 14:28:31 +0800 Subject: [PATCH] Fix typo for how pki works Signed-off-by: yuexiao-wang (cherry picked from commit bf9c6d3115dd388cf379ec1a80d29104521a7b42) Signed-off-by: Sebastiaan van Stijn --- docs/swarm/how-swarm-mode-works/pki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarm/how-swarm-mode-works/pki.md b/docs/swarm/how-swarm-mode-works/pki.md index 6f2698c3f7..3ddb874d7d 100644 --- a/docs/swarm/how-swarm-mode-works/pki.md +++ b/docs/swarm/how-swarm-mode-works/pki.md @@ -18,7 +18,7 @@ in a swarm use mutual Transport Layer Security (TLS) to authenticate, authorize, and encrypt the communications between themselves and other nodes in the swarm. When you create a swarm by running `docker swarm init`, the Docker Engine -designates istself as a manager node. By default, the manager node generates +designates itself as a manager node. By default, the manager node generates itself a new root Certificate Authority (CA) along with a key pair to secure communications with other nodes that join the swarm. If you prefer, you can pass the `--external-ca` flag to specify a root CA external to the swarm. Refer to