mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #266] Please clarify what does "Firefox support is not available on your platform" mean #170
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#170
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 @TomasHubelbauer on GitHub (Jun 7, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/266
Hello, I see the mention of the Firefox root store only being supported on macOS and Linux, not on Windows. I think the above warning printed during
mkcert -installrefers only to the certificate root being placed to the Firefox root store, not mkcert on Windows not being able to generate Firefox compatible certificates, correct?And if so, would https://gist.github.com/cecilemuller/9492b848eb8fe46d462abeb26656c4f8#windows-10-firefox be an alternative manual approach to installing the certificate root to the Firefox root store since the automated approach is not supported on Windows?
If that's the case, would you accept a PR which changes the warning text to instead list steps for the manual installation? In my opinion, a tool such as this, likely to be used by novice (as far as web certificates go) users such as myself could do a lot of good by hand-holding the users through the bits it cannot do for them automatically.
@TomasHubelbauer commented on GitHub (Jun 7, 2020):
I've verified that the instructions in the linked Gist work for installing the CA to the Firefox root store. I have also checked out
main.goto see where the warning text could be changed to print this information, but it looks like the message is more general than I thought, not Firefox specific, there needs to be a condition for detecting Firefox, first, if this is to be included:https://github.com/FiloSottile/mkcert/blob/master/main.go#L281
I don't use Go so I wouldn't be able to test it so I retract my offer to prepare a PR for this. Hopefully this issue existing with the warning message in the title will lead people to Firefox instructions in the linked Gist instead, should there be more people like me who need it.
@francwalter commented on GitHub (Dec 29, 2020):
Thank for the link, especially the setting
security.enterprise_roots.enabled true
helped me immediately :)