mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #83] Certutil error on fresh Mac OS Mojave install #43
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#43
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 @selfagency on GitHub (Oct 26, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/83
when i attempt to install mkcert, i get the following error:
when i google the issue, it says i need to initialize the nss database. i did this, however, and still get the same error above.
@adamdecaf commented on GitHub (Oct 26, 2018):
What version are you on? How did you initialize the db?
@selfagency commented on GitHub (Oct 26, 2018):
Mac OS 10.14
mkcert 1.1.2
also tried
with the same result
@adamdecaf commented on GitHub (Oct 26, 2018):
Can you delete ~/.pki, load a few https sites in Firefox and then run
mkcert?
On Thu, Oct 25, 2018, 8:55 PM Daniel Sieradski notifications@github.com
wrote:
@selfagency commented on GitHub (Oct 26, 2018):
same deal
@selfagency commented on GitHub (Oct 26, 2018):
hmm seems to work if i use sudo
@selfagency commented on GitHub (Oct 26, 2018):
ok, so i have both firefox and firefox developer edition installed. after using
sudo, it added the CA to the developer edition, but not the regular edition. and if i try to domkcert -installwithoutsudo, i get the error above.@adamdecaf commented on GitHub (Oct 27, 2018):
Hmm, is the path different than what's mentioned in https://github.com/FiloSottile/mkcert/issues/51 ?
@selfagency commented on GitHub (Oct 27, 2018):
Both Firefox and Firefox Dev Ed are in /Applications and my data folder is /Users/daniel/Library/Application Support/Firefox.
@adamdecaf commented on GitHub (Nov 10, 2018):
I just realized
~/.pki/nssdb/is the linux path, what's at this filepath:@selfagency commented on GitHub (Nov 12, 2018):
@adamdecaf commented on GitHub (Nov 13, 2018):
Can
mkcertread those files? They're owned by root and not world readable.@selfagency commented on GitHub (Nov 13, 2018):
changing the owner to myself seems to have worked. thanks for your help!