diff options
| author | duanhongyi <duanhongyi@doopai.com> | 2022-07-08 14:23:06 +0800 |
|---|---|---|
| committer | duanhongyi <duanhongyi@doopai.com> | 2022-07-08 14:23:06 +0800 |
| commit | 1ceab96aba388f9c25d963747de4874189024fb2 (patch) | |
| tree | 9d969a8bf2523aaba32fea837c39502c9f69ea0a /weed/command/scaffold | |
| parent | a85ed3fe8fe8e6d5c69cf96836f6c80ce340ee8c (diff) | |
| download | seaweedfs-1ceab96aba388f9c25d963747de4874189024fb2.tar.xz seaweedfs-1ceab96aba388f9c25d963747de4874189024fb2.zip | |
filer tikv support tls
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/filer.toml | 8 |
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 |
