mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #611] example does not work on mac apple m2 max (arm) - mac os ventura #337
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#337
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @webmobiles on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/611
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
@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