From 9d2b6f81bd33b7f26bd501d94decaf058c037963 Mon Sep 17 00:00:00 2001 From: Dave Rogers Date: Tue, 9 Feb 2021 18:05:02 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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' ```