mkcert
mkcert copied to clipboard
example does not work on mac apple m2 max (arm) - mac os ventura
Environment
- Operating system (including version):
mac os ventura
- mkcert version (from
mkcert -version): v1.4.4 - Server (where the certificate is loaded): localhost
- Client (e.g. browser, CLI tool, or script): shell
What you did
mkcert -key-file key.pem -cert-file cert.pem example.com *.example.com
i've installed with:
brew install mkcert
What went wrong
zsh: no matches found: *.example.com
It's some of zsh issues. You should unescape star - mkcert -key-file key.pem -cert-file cert.pem example.com \*.example.com