diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-08 23:40:22 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-08 23:40:22 -0700 |
| commit | 08f2dcc532551b8def152ebd3ae781711be11933 (patch) | |
| tree | 718f157b710dd265833ccfeabd73f0da0f08abe3 /weed/command | |
| parent | e7843b412713de26acf80b75fac1ff7403a0b717 (diff) | |
| parent | 3d0defa66301fd159ad93f699cccb2ebc1b4b4fe (diff) | |
| download | seaweedfs-08f2dcc532551b8def152ebd3ae781711be11933.tar.xz seaweedfs-08f2dcc532551b8def152ebd3ae781711be11933.zip | |
Merge branch 'master' into messaging
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 8 | ||||
| -rw-r--r-- | weed/command/scaffold/shell.toml | 2 |
2 files changed, 8 insertions, 2 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 diff --git a/weed/command/scaffold/shell.toml b/weed/command/scaffold/shell.toml index 288ae2efe..0213708a4 100644 --- a/weed/command/scaffold/shell.toml +++ b/weed/command/scaffold/shell.toml @@ -3,8 +3,6 @@ default = "c1" [cluster.c1] master = "localhost:9333" # comma-separated master servers -filer = "localhost:8888" # filer host and port [cluster.c2] master = "" -filer = "" |
