From 4c4543e4670e12d52546494a3d65c73ca12b45ac Mon Sep 17 00:00:00 2001 From: Logan Rakai Date: Thu, 11 Jan 2018 10:11:27 -0700 Subject: [PATCH] Typo fix (#5707) --- engine/swarm/how-swarm-mode-works/pki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/how-swarm-mode-works/pki.md b/engine/swarm/how-swarm-mode-works/pki.md index f6832f4d71..bed2c6ca46 100644 --- a/engine/swarm/how-swarm-mode-works/pki.md +++ b/engine/swarm/how-swarm-mode-works/pki.md @@ -29,7 +29,7 @@ under the certificate common name (CN) and the role under the organizational unit (OU). The node ID serves as the cryptographically secure node identity for the lifetime of the node in the current swarm. -The diagram below illustrates how worker manager nodes and worker nodes encrypt +The diagram below illustrates how manager nodes and worker nodes encrypt communications using a minimum of TLS 1.2. ![tls diagram](/engine/swarm/images/tls.png)