Skip to content

Commit

Permalink
Document wildcard and brew install (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
daverogers authored Feb 11, 2021
1 parent a0b8b09 commit 9fb3070
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

0 comments on commit 9fb3070

Please sign in to comment.