add certstrap install instructions

Sebastian Kurfürst 2021-12-24 08:25:36 +01:00
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"