mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #50] Enter Password or Pin for "NSS Certificate DB" #26
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#26
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 @negbie on GitHub (Aug 6, 2018).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/50
Mby it's worth to give users who have a firefox master password a hint that they should enter this when they see "Enter Password or Pin for "NSS Certificate DB""
@adamdecaf commented on GitHub (Oct 2, 2018):
@negbie Do you have an example of what this looks like to a user? Do they get a password prompt from
certutil?@kelvinj commented on GitHub (Dec 8, 2018):
On mac, it looks like this:
@NicolasCARPi commented on GitHub (Jan 7, 2019):
@adamdecaf Yes you get a password prompt, but I agree with @negbie, it is unclear what password is asked (until you google it and find this issue that is :p).
A better phrasing would be "Enter your Firefox master password:". :)
@adamdecaf commented on GitHub (Jan 7, 2019):
I agree it's unclear, but the prompt comes from NSS's
certutilnotmkcert. I'm not sure if that prompt can be changed.@NicolasCARPi commented on GitHub (Jan 7, 2019):
@adamdecaf Then maybe mkcert can write a message just before: "You will be asked for your Firefox's master password now".
@adamdecaf commented on GitHub (Jan 7, 2019):
Good call - Does this PR look ok? https://github.com/FiloSottile/mkcert/pull/100
@NicolasCARPi commented on GitHub (Jan 7, 2019):
@adamdecaf LGTM 👍
@adamdecaf commented on GitHub (Jan 7, 2019):
We might be relying on the name that firefox/chrome sets instead of an option we can change.
@cpicanco commented on GitHub (Feb 13, 2022):
Sorry for this necropost. Just want to mention that, in my case, the default password was an empty string and
certutil -N -d ~/.pki/nssdballowed me to create a new password. Your actual directory might be different from mine.