mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 07:59:24 +08:00
Add mTLS support for both master and volume http server.
This commit is contained in:
@@ -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 = ""
|
||||
|
Reference in New Issue
Block a user