diff options
| author | Berck Nash <berck@cloudflare.com> | 2022-03-14 17:22:52 -0600 |
|---|---|---|
| committer | Berck Nash <berck@cloudflare.com> | 2022-03-16 09:52:17 -0600 |
| commit | 9b14f0c81a9348ccb8a79ffcf9cdbc7033d00fac (patch) | |
| tree | 416bd650c36851ed7603c74bc86308a24f214221 /weed/command/scaffold | |
| parent | b5b97a4799e1929bb22d816aca450ea18f7ec08e (diff) | |
| download | seaweedfs-9b14f0c81a9348ccb8a79ffcf9cdbc7033d00fac.tar.xz seaweedfs-9b14f0c81a9348ccb8a79ffcf9cdbc7033d00fac.zip | |
Add mTLS support for both master and volume http server.
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/security.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/command/scaffold/security.toml b/weed/command/scaffold/security.toml index 090f4f664..38a803dd6 100644 --- a/weed/command/scaffold/security.toml +++ b/weed/command/scaffold/security.toml @@ -83,7 +83,13 @@ key = "" # this does not work with other clients, e.g., "weed filer|mount" etc, yet. [https.client] enabled = true + [https.volume] cert = "" key = "" +ca = "" +[https.master] +cert = "" +key = "" +ca = "" |
