aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-03-10 12:43:13 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-03-10 12:43:13 +0500
commit4bf93d6e63d6e13355ee1cb989e571c9fc6b3507 (patch)
tree3688324e1718efe7467c535f75ac1d5bfd230dfe
parent0e02f7e258b86b12faa8636b8c8538539c0cad67 (diff)
downloadseaweedfs-4bf93d6e63d6e13355ee1cb989e571c9fc6b3507.tar.xz
seaweedfs-4bf93d6e63d6e13355ee1cb989e571c9fc6b3507.zip
comma-separated
-rw-r--r--weed/command/scaffold.go8
1 files 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"