diff options
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index cb0a726ce..9e45d7381 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -255,8 +255,6 @@ directory = "/" # destination directory [jwt.signing] key = "" -# volume server also uses grpc that should be secured. - # all grpc tls authentications are mutual # the values for the following ca, cert, and key are paths to the PERM files. [grpc] @@ -280,5 +278,16 @@ key = "" cert = "" key = "" + +# volume server https options +# Note: work in progress! +# this does not work with other clients, e.g., "weed filer|mount" etc, yet. +[https.client] +enabled = true +[https.volume] +cert = "" +key = "" + + ` ) |
