aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-07-07 23:47:56 -0700
committerGitHub <noreply@github.com>2022-07-07 23:47:56 -0700
commitd6a544139183b9703a2ebc175d89012a3f390270 (patch)
tree9d969a8bf2523aaba32fea837c39502c9f69ea0a /weed/command
parenta85ed3fe8fe8e6d5c69cf96836f6c80ce340ee8c (diff)
parent1ceab96aba388f9c25d963747de4874189024fb2 (diff)
downloadseaweedfs-d6a544139183b9703a2ebc175d89012a3f390270.tar.xz
seaweedfs-d6a544139183b9703a2ebc175d89012a3f390270.zip
Merge pull request #3286 from duanhongyi/master
filer tikv support tls
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