mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #95] Add runtime flag for specifying trust stores to install to #50
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#50
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 @alanorth on GitHub (Jan 7, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/95
I wish there was a flag to specify which trust stores to install to, for example only to Firefox's. The current default is to install in system (requires sudo), Chrome (which I don't use), and Firefox trust stores.
@FiloSottile commented on GitHub (Jan 8, 2019):
I can see this being controlled with env vars, not to pollute the CLI.
@alanorth commented on GitHub (Jan 8, 2019):
Sure, however you think is best. As long as there's a way to operate on
user-only, unprivileged cert stores I am happy. :)
@FiloSottile commented on GitHub (Feb 2, 2019):
Added
$TRUST_STORES.@alanorth commented on GitHub (Feb 3, 2019):
Works great, thanks!