Skip to content
New issue

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

example does not work on mac apple m2 max (arm) - mac os ventura #611

Open
webmobiles opened this issue Nov 13, 2024 · 1 comment
Open

Comments

@webmobiles
Copy link

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

@Oleksandr-Moik
Copy link

It's some of zsh issues. You should unescape star - mkcert -key-file key.pem -cert-file cert.pem example.com \*.example.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants