aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorNikita Borzykh <sample@fastmail.com>2024-03-24 18:36:21 +0300
committerGitHub <noreply@github.com>2024-03-24 08:36:21 -0700
commit1f3742850dcf0fc17545495104bbf86d8875d1e0 (patch)
tree1a39107e9c235fb2436917c303e971a7474c311c /weed/command
parentdc9568fc0d418f27bef4f13efca6ee918e559fbd (diff)
downloadseaweedfs-1f3742850dcf0fc17545495104bbf86d8875d1e0.tar.xz
seaweedfs-1f3742850dcf0fc17545495104bbf86d8875d1e0.zip
Add TLS support, initial etcd connection check, fix key_prefix handling for etcd backend meta storage (#5403)
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold/filer.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml
index 231e7510a..30a9cae51 100644
--- a/weed/command/scaffold/filer.toml
+++ b/weed/command/scaffold/filer.toml
@@ -270,6 +270,12 @@ username = ""
password = ""
key_prefix = "seaweedfs."
timeout = "3s"
+# Set the CA certificate path
+tls_ca_file=""
+# Set the client certificate path
+tls_client_crt_file=""
+# Set the client private key path
+tls_client_key_file=""
[mongodb]
enabled = false