diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-03-10 14:42:39 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-03-10 14:42:39 +0500 |
| commit | 348e21a08ccc52f6837613e7765e9d815850bd6c (patch) | |
| tree | 0d30bbdc4695c3c9f75054feff1adbf80a525ea8 /weed/command/scaffold.go | |
| parent | 831953c55c04e8fca50bffd1c45197ea065e6b60 (diff) | |
| download | seaweedfs-348e21a08ccc52f6837613e7765e9d815850bd6c.tar.xz seaweedfs-348e21a08ccc52f6837613e7765e9d815850bd6c.zip | |
add comments
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 1e81d4d58..07d448042 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -440,6 +440,7 @@ expires_after_seconds = 10 # seconds # the host name is not checked, so the PERM files can be shared. [grpc] ca = "" +# Set wildcard domain for enable TLS authentication by common names allowed_wildcard_domain = "" # .mycompany.com [grpc.volume] |
