mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #319] Chrome has to be run at least once before mkcert notices it #203
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#203
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 @JasonBarnabe on GitHub (Dec 5, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/319
If Chrome is installed but has never been run,
mkcert -installdoesn't install the CA to its trust store. Not really an issue on a desktop, but I was trying to get mkcert running in a CircleCI build and ran into it. If it can't be fixed, it should at least be documented:Workaround (for CircleCI): start Chrome and kill it before running
mkcert -install.@JasonBarnabe commented on GitHub (Dec 7, 2020):
This is the same as #219, and that has a better workaround.