We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac os ventura
mkcert -version
mkcert -key-file key.pem -cert-file cert.pem example.com *.example.com
i've installed with: brew install mkcert
zsh: no matches found: *.example.com
The text was updated successfully, but these errors were encountered:
It's some of zsh issues. You should unescape star - mkcert -key-file key.pem -cert-file cert.pem example.com \*.example.com
mkcert -key-file key.pem -cert-file cert.pem example.com \*.example.com
Sorry, something went wrong.
No branches or pull requests
Environment
mac os ventura
mkcert -version
):v1.4.4
localhost
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
The text was updated successfully, but these errors were encountered: