Browse code

Fix typo for how pki works

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
(cherry picked from commit bf9c6d3115dd388cf379ec1a80d29104521a7b42)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

yuexiao-wang authored on 2016/09/26 15:28:31
Showing 1 changed files
... ...
@@ -18,7 +18,7 @@ in a swarm use mutual Transport Layer Security (TLS) to authenticate, authorize,
18 18
 and encrypt the communications between themselves and other nodes in the swarm.
19 19
 
20 20
 When you create a swarm by running `docker swarm init`, the Docker Engine
21
-designates istself as a manager node. By default, the manager node generates
21
+designates itself as a manager node. By default, the manager node generates
22 22
 itself a new root Certificate Authority (CA) along with a key pair to secure
23 23
 communications with other nodes that join the swarm. If you prefer, you can pass
24 24
 the `--external-ca` flag to specify a root CA external to the swarm. Refer to