mkcert icon indicating copy to clipboard operation
mkcert copied to clipboard

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

Open webmobiles opened this issue 1 year ago • 1 comments

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

webmobiles avatar Nov 13 '24 07:11 webmobiles

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

Oleksandr-Moik avatar Nov 21 '24 05:11 Oleksandr-Moik