[GH-ISSUE #611] example does not work on mac apple m2 max (arm) - mac os ventura #337

Open
opened 2026-02-25 22:33:08 +03:00 by kerem · 1 comment
Owner

Originally created by @webmobiles on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/611

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

Originally created by @webmobiles on GitHub (Nov 13, 2024). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/611 ## 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 <!-- Including the `mkcert -install` step and how the certificate was generated and installed. --> i've installed with: brew install mkcert ## What went wrong <!-- Please include the precise error, like a terminal transcript or a browser screenshot. --> zsh: no matches found: *.example.com
Author
Owner

@Oleksandr-Moik commented on GitHub (Nov 21, 2024):

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

<!-- gh-comment-id:2490086687 --> @Oleksandr-Moik commented on GitHub (Nov 21, 2024): It's some of zsh issues. You should unescape star - `mkcert -key-file key.pem -cert-file cert.pem example.com \*.example.com`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#337
No description provided.