aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-08 00:29:41 -0700
committerchrislu <chris.lu@gmail.com>2022-07-08 00:29:41 -0700
commit185332b91f5c3dd8f32dd8573eec843dda9c29c2 (patch)
tree59d0fcf38d1e84ea6ba6d3be3e2b98e2966a5dc9 /weed/command
parent28add5a53451aa0be30cc03c2fda22c4056d602b (diff)
parentd6a544139183b9703a2ebc175d89012a3f390270 (diff)
downloadseaweedfs-185332b91f5c3dd8f32dd8573eec843dda9c29c2.tar.xz
seaweedfs-185332b91f5c3dd8f32dd8573eec843dda9c29c2.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold/filer.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml
index c82de8da0..860d8b291 100644
--- a/weed/command/scaffold/filer.toml
+++ b/weed/command/scaffold/filer.toml
@@ -337,3 +337,11 @@ pdaddrs = "localhost:2379"
deleterange_concurrency = 1
# Enable 1PC
enable_1pc = false
+# Set the CA certificate path
+ca_path=""
+# Set the certificate path
+cert_path=""
+# Set the private key path
+key_path=""
+# The name list used to verify the cn name
+verify_cn="" \ No newline at end of file