From b2e1c61a377fd44bc1a84a24a8c27e7dd95422c1 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 12:40:01 -0500 Subject: [PATCH] fixed typo in TLS troubleshooting page (#722) (#734) Signed-off-by: michimani (cherry picked from commit 9699fe7a53707b69109a210cc5faeceb2c02faaa) Co-authored-by: Yoshihiro Ito --- _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