mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #322] failed to execute "security add-trusted-cert" #206
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#206
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 @eni9889 on GitHub (Dec 23, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/322
I am running
under rosetta 2 on an M1 and em getting this output:
@FiloSottile commented on GitHub (Jan 24, 2021):
I can't reproduce this.
mkcert -installworks for me under Rosetta 2 on a M1 in macOS 11.2.Can you provide more details?
@rfay commented on GitHub (Jan 24, 2021):
@eni9889 some time has passed since your original post, and in the meantime M1 homebrew has started supporting most things, so I recommend getting rid of any homebrew you may have installed and then installing M1 homebrew (it goes in /opt/homebrew) and then installing the Apple Silicon mkcert with
brew install mkcertand try that.I have no trouble with any version of mkcert in M1, but this is the one to use right now.
@timsutton commented on GitHub (Jun 25, 2021):
Does this work in a fully-automated manner on the M1? One of the major security-related changes in Big Sur was to no longer allow fully-automated root certs trusting. In the release notes
@rfay commented on GitHub (Jun 25, 2021):
We use mkcert in ddev just fine on the mac M1, just like every other place. It's available via homebrew on the mac M1 as well.
@rfay commented on GitHub (Dec 23, 2021):
I was able to solve this on Github Actions CI using
sudo security authorizationdb write com.apple.trust-settings.admin allowFound this answer in https://github.com/actions/virtual-environments/issues/4519#issuecomment-970202641
@fouss commented on GitHub (Apr 8, 2022):
same issue here, any update ?
@FiloSottile commented on GitHub (Apr 28, 2022):
Duplicate of #415. Thank you for finding the release notes about it.