mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #557] Basic commands don't work on macOS after brew install (mkcert -install, -CAROOT responds with "unknown option") #329
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#329
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 @kopeboy on GitHub (Nov 15, 2023).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/557
Environment
mkcert -version): 3.2.0What you did
What went wrong
I don't know. Maybe multiple copies of go on my machine, or an installation in a non-canonical location, or a problem with the homebrew script? I had installed mkcert in a local node.js app so maybe it conflicted? I have removed it and reinstalled from brew but still getting unknown option errors..
@kopeboy commented on GitHub (Nov 15, 2023):
Also, is it normal that mkcert --help output doesn't contain the important -install option!?
@kopeboy commented on GitHub (Nov 15, 2023):
I have 466 certificates on my machine, I don't even know where to start 😅

@rfay commented on GitHub (Nov 15, 2023):
Your mkcert is not the mkcert from this project. You should close this issue and install the mkcert from this project, thanks!
@ctrl-alter-ego commented on GitHub (Apr 12, 2024):
I also had this problem (yes, with this project) and switching into
zshbefore runningmkcert -installworked for me.