mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add certstrap install instructions
parent
ebc06508cd
commit
d8a6f1c0e7
|
@ -50,7 +50,7 @@ key = ""
|
|||
|
||||
```
|
||||
|
||||
The following command is what I used to generate the private key and certificate files, using https://github.com/square/certstrap , or just `go get github.com/square/certstrap`
|
||||
The following command is what I used to generate the private key and certificate files, using https://github.com/square/certstrap. To compile this tool, you can run `go get github.com/square/certstrap` - or alternatively `brew install certstrap` if you are on Mac OS and use [Homebrew](https://brew.sh).
|
||||
|
||||
```
|
||||
certstrap init --common-name "SeaweedFS CA"
|
||||
|
|
Loading…
Reference in a new issue