diff --git a/docs/modules/ROOT/pages/tls.adoc b/docs/modules/ROOT/pages/tls.adoc index 057a3e22..b8512ba6 100644 --- a/docs/modules/ROOT/pages/tls.adoc +++ b/docs/modules/ROOT/pages/tls.adoc @@ -47,12 +47,21 @@ Below are the configuration options for the TLS. |`secretName` | Specifies the name of Kubernetes TLS secret. -|`mutualAuthentication` -| Mutual authentication configuration, available values are: -- `None` (default): The client side of the connection is not authenticated. -- `Required`: Server forces usage of a trusted client certificate -- `Optional`: Server asks for a client certificate, but it doesn't require it + +|`clientAuthentication` +| Mutual authentication configuration for client to member communication, available values are: + +- `None` (default): The client side of the connection is not authenticated. +- `Required`: Server forces usage of a trusted client certificate. +- `Optional`: Server asks for a client certificate, but it doesn't require it. + +|`memberAuthentication` +| Mutual authentication configuration for member to member communication, available values are: + +- `None`: The client side of the connection is not authenticated. +- `Required`(default): Server forces usage of a trusted client certificate. +- `Optional`: Server asks for a client certificate, but it doesn't require it. |=== @@ -75,4 +84,4 @@ include::ROOT:example$/hazelcast-tls.yaml[] include::ROOT:example$/management-center-tls.yaml[] ---- -NOTE: To update TLS certificates, you need to delete and recreate the appropriate custom resource. \ No newline at end of file +NOTE: To update TLS certificates, you need to delete and recreate the appropriate custom resource.