mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #147] Warning: the local CA is not installed in the system trust store! ⚠️ #90
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#90
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 @daBee on GitHub (Mar 12, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/147
I just installed
mkcertas a recommendation for certificates for all mynginxvhosts.Then I tried some domains...
That error came up:
Am I doing this right or is this an oversight?
@daBee commented on GitHub (Mar 12, 2019):
I moved the certs and keys to the webserver root (nobody is in here but me, yes I hear the security people bouncing), and it isn't working:
@adamdecaf commented on GitHub (Mar 12, 2019):
You're showing
/Users/rich/Library/WebServer/Documents/...and/Library/WebServer/Documents. Those seem to be different paths.@adamdecaf commented on GitHub (Mar 12, 2019):
mkcertfailing to install onto the system is suspect. Do you have the login keychain elsewhere or password protected?@daBee commented on GitHub (Mar 12, 2019):
Normal login keychain.
@daBee commented on GitHub (Mar 12, 2019):
OK, tried again (I'm on
El Capitan 10.11.6):@daBee commented on GitHub (Mar 12, 2019):
OK, fixed the
crtandkeylocations:Restarted
nginx, andnginx.confsyntax is ok. This error:There is no such thing in my keychain anywhere that I can find.
@adamdecaf commented on GitHub (Mar 12, 2019):
I'd expect that since the system cert install failed. Is there more output from
mkcert -install?Is there a
login.keychain-dbat this directory?@adamdecaf commented on GitHub (Mar 12, 2019):
Are you talking about the
Passengercertificate? Looks like that's causing problems.@daBee commented on GitHub (Mar 12, 2019):
It seems the Passenger cert is messing things up. But
mkcert -installhas only that feedback. I've seen it earlier today. Just did this twice:@adamdecaf commented on GitHub (Mar 12, 2019):
Can you try uninstalling the Passenger certificate and retrying?
@daBee commented on GitHub (Mar 12, 2019):
There is none
@adamdecaf commented on GitHub (Mar 12, 2019):
What are the logs talking about then? Can we remove what they're having problems with?
@daBee commented on GitHub (Mar 12, 2019):
Logs are about not finding the Passenger cert. I had no clue it even had one. At this point, the reason I need
localhostor local domain certs, is working. I've tweakedChrometo go ahead with processing, and the forms (that require ssl to move forward, or have it served underlocalhost) do indeed work. I can't shut down my server to see what's causing a cert issue. That could set me back the time I cannot afford. At this point, removing something that's not there is a rabbit hole of time.