mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 02:24:23 +08:00
Updated Security Configuration (markdown)
@@ -104,10 +104,10 @@ certstrap request-cert --common-name volume01
|
||||
certstrap request-cert --common-name master01
|
||||
certstrap request-cert --common-name filer01
|
||||
certstrap request-cert --common-name client01
|
||||
certstrap sign --CA "SeaweedFS CA" volume01
|
||||
certstrap sign --CA "SeaweedFS CA" master01
|
||||
certstrap sign --CA "SeaweedFS CA" filer01
|
||||
certstrap sign --CA "SeaweedFS CA" client01
|
||||
certstrap sign --expires "2 years" --CA "SeaweedFS CA" volume01
|
||||
certstrap sign --expires "2 years" --CA "SeaweedFS CA" master01
|
||||
certstrap sign --expires "2 years" --CA "SeaweedFS CA" filer01
|
||||
certstrap sign --expires "2 years" --CA "SeaweedFS CA" client01
|
||||
```
|
||||
|
||||
Here is my `security.toml` file content:
|
||||
|
Reference in New Issue
Block a user