diff --git a/README.md b/README.md index 894995c..eb90e88 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,15 @@ go build # go install ``` +Mac OS users could alternatively use Homebrew: `brew install minica` + # Example usage ``` # Generate a root key and cert in minica-key.pem, and minica.pem, then # generate and sign an end-entity key and cert, storing them in ./foo.com/ $ minica --domains foo.com + +# Wildcard +$ minica --domains '*.foo.com' ```