diff options
| author | Nikita Borzykh <sample@fastmail.com> | 2024-03-24 18:36:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-24 08:36:21 -0700 |
| commit | 1f3742850dcf0fc17545495104bbf86d8875d1e0 (patch) | |
| tree | 1a39107e9c235fb2436917c303e971a7474c311c /weed/command | |
| parent | dc9568fc0d418f27bef4f13efca6ee918e559fbd (diff) | |
| download | seaweedfs-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.toml | 6 |
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 |
