From 0fa1be8c4b5485ff2f0491ea8983ff88eed4a186 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 19 Feb 2019 21:10:10 -0800 Subject: [PATCH] adjust formatting and comments --- weed/command/scaffold.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index e8608e9dd..cb0a726ce 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -257,27 +257,28 @@ key = "" # volume server also uses grpc that should be secured. -# all grpc tls authentications are mutual +# all grpc tls authentications are mutual +# the values for the following ca, cert, and key are paths to the PERM files. [grpc] ca = "" [grpc.volume] cert = "" -key = "" +key = "" [grpc.master] cert = "" -key = "" +key = "" [grpc.filer] cert = "" -key = "" +key = "" # use this for any place needs a grpc client # i.e., "weed backup|benchmark|filer.copy|filer.replicate|mount|s3|upload" [grpc.client] cert = "" -key = "" +key = "" ` )