Bladeren bron

Merge pull request #26907 from yuexiao-wang/fix-typo

Fix typo for how pki works
Sebastiaan van Stijn 8 jaren geleden
bovenliggende
commit
2a8b556ea5
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      docs/swarm/how-swarm-mode-works/pki.md

+ 1 - 1
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.
 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
 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
 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
 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
 the `--external-ca` flag to specify a root CA external to the swarm. Refer to