From 4bf93d6e63d6e13355ee1cb989e571c9fc6b3507 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev Date: Wed, 10 Mar 2021 12:43:13 +0500 Subject: [PATCH] comma-separated --- weed/command/scaffold.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 79f827af5..6893190a8 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -444,22 +444,22 @@ ca = "" [grpc.volume] cert = "" key = "" -allowed_commonNames = "" +allowed_commonNames = "" # comma-separated SSL certificate common names [grpc.master] cert = "" key = "" -allowed_commonNames = "" +allowed_commonNames = "" # comma-separated SSL certificate common names [grpc.filer] cert = "" key = "" -allowed_commonNames = "" +allowed_commonNames = "" # comma-separated SSL certificate common names [grpc.msg_broker] cert = "" key = "" -allowed_commonNames = "" +allowed_commonNames = "" # comma-separated SSL certificate common names # use this for any place needs a grpc client # i.e., "weed backup|benchmark|filer.copy|filer.replicate|mount|s3|upload"