Skip to content

Commit

Permalink
fixed typo in TLS troubleshooting page (#722) (#733)
Browse files Browse the repository at this point in the history
Signed-off-by: michimani <michimani210@gmail.com>
(cherry picked from commit 9699fe7)

Co-authored-by: Yoshihiro Ito <michimani210@gmail.com>
  • Loading branch information
opensearch-trigger-bot[bot] and michimani authored Jul 1, 2022
1 parent afc20ad commit cca2c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _troubleshoot/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cca2c81

Please sign in to comment.