From 2ff4e0e237d4288a6b687ac54eab5eb78248f1eb Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Tue, 17 Nov 2020 22:25:25 -0500 Subject: [PATCH] Clarify clientRootCAs guidance in core.yaml Signed-off-by: David Enyeart --- sampleconfig/core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sampleconfig/core.yaml b/sampleconfig/core.yaml index d734e9d6871..9cdc483e21e 100644 --- a/sampleconfig/core.yaml +++ b/sampleconfig/core.yaml @@ -271,8 +271,8 @@ peer: file: tls/ca.crt # If mutual TLS is enabled, clientRootCAs.files contains a list of additional root certificates # used for verifying certificates of client connections. - # It is not required to be set, but can be used to augment the set of TLS CA certificates - # available from the MSPs of each channel’s configuration. + # It augments the set of TLS CA certificates available from the MSPs of each channel’s configuration. + # Minimally, set your organization's TLS CA root certificate so that the peer can receive join channel requests. clientRootCAs: files: - tls/ca.crt