mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #149] Windows: the issuer of this certificate could not be found #93
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#93
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 @binarykitchen on GitHub (Mar 14, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/149
This comes up when you open the certificate mkcert has generated for you. Under the tab "Certification Path" under "Certificate Status".
I've already run
mkcert -installin Windows Powershell so the issuer itself should be trusted and known.Also Edge says certificate is invalid when I use it for local development hmmm.
@FiloSottile commented on GitHub (Jun 1, 2019):
Can you try
mkcert -uninstallandmkcert -install? And if that doesn't work, trying it again from an Administrator terminal?@gillesosx commented on GitHub (Dec 8, 2020):
Hi,
I have an issue much the same as the one described here. The certificate has been created on a Mac computer, and to test on a Windows computer I copied rootCA-key.pem from the Mac to the Windows computer, When I want to access the site, that is brought up by http-server I am told this is not trusted.
The user accounts are different on the computers. What should I do to have my setup working ?
Thanks
@euphbriggs commented on GitHub (May 7, 2021):
I'm experiencing this same issue. I'm hoping to use mkcert for a microservice that is only available on our internal company network. My plan was to install mkcert and run
mkcert -installon the machines that are authorized to access the microservice. Is this outside the supported use cases for mkcert?