From 428712fbb232ef840b93ddc409087d533cadc796 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 26 Mar 2020 15:53:29 -0500 Subject: [PATCH] Update cluster_tls.md --- nats-server/configuration/clustering/cluster_tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-server/configuration/clustering/cluster_tls.md b/nats-server/configuration/clustering/cluster_tls.md index 5cb7adf..1446243 100644 --- a/nats-server/configuration/clustering/cluster_tls.md +++ b/nats-server/configuration/clustering/cluster_tls.md @@ -1,6 +1,6 @@ # TLS Authentication -When setting up clusters all servers in the cluster, if using TLS, will both verify the connecting endpoints and the server responses. So certificates are checked in [both directions](../securing_nats/tls.md#Wrong-Key-Usage). Certificates can be configured only for the server's cluster identity, keeping client and server certificates separate from cluster formation. +When setting up clusters, all servers in the cluster, if using TLS, will both verify the connecting endpoints and the server responses. So certificates are checked in [both directions](../securing_nats/tls.md#Wrong-Key-Usage). Certificates can be configured only for the server's cluster identity, keeping client and server certificates separate from cluster formation. TLS Mutual Authentication _is the only way_ of securing routes. ```text