From 9699fe7a53707b69109a210cc5faeceb2c02faaa Mon Sep 17 00:00:00 2001 From: Yoshihiro Ito Date: Wed, 29 Jun 2022 02:35:19 +0900 Subject: [PATCH] fixed typo in TLS troubleshooting page (#722) Signed-off-by: michimani --- _troubleshoot/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_troubleshoot/tls.md b/_troubleshoot/tls.md index 9e665bfdbc..57759913c0 100644 --- a/_troubleshoot/tls.md +++ b/_troubleshoot/tls.md @@ -91,7 +91,7 @@ Check the IP address in the certificate: IPAddress: 2001:db8:0:1:1.2.3.4 ``` -In this example, the node tries to join the cluster with the IPv4 address of `10.0.0.42`, but the certificate contians the IPv6 address of `2001:db8:0:1:1.2.3.4`. +In this example, the node tries to join the cluster with the IPv4 address of `10.0.0.42`, but the certificate contains the IPv6 address of `2001:db8:0:1:1.2.3.4`. ### Validate certificate chain