fixed typo in TLS troubleshooting page (#722)
Signed-off-by: michimani <michimani210@gmail.com>
This commit is contained in:
parent
10075b9cbd
commit
9699fe7a53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue