mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #246] libnssutil3 was not loaded for installing #157
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#157
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 @dakiesse on GitHub (Mar 17, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/246
I've tried to execute
$ mkcert -installAfter that I've tried to execute
$ mkcert 0.0.0.0MacOS: 10.15.2
I've tried to use
$ brew upgradebut it didn't help me@rfay commented on GitHub (Mar 17, 2020):
I had a similar homebrew problem with osslsigncode, see https://github.com/mtrojnar/osslsigncode/issues/26 - in that case I was able to fix it with
brew link libgsf glib pcre, not sure if that's relevant for you.@FiloSottile commented on GitHub (Mar 21, 2020):
This does not look like a mkcert issue: I assume the problem will be the same if you try to run
certutildirectly. You can try your luck with the Homebrew issue tracker, or maybebrew reinstall nsswill help.