Open
Bug 1457420
Opened 7 years ago
Updated 3 years ago
NSS certutil utility request NSS certificate DB password to add a CA certificate
Categories
(NSS :: Tools, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: lrocandi, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180323154952
Steps to reproduce:
Use NSS tools v3.35 to add a trusted certificate to my Firefox 59
certutil -A -n "My CA cert" -i "CACERT.crt" -t "TC,TC,TC" -d "profiledir"
promp shows me the mesagge:
Enter Password or Pin for "NSS Certificate DB":
I close the cmd window and the certificate is added anyway.
Actual results:
Even If I do not suply the "NSS Certificate DB" password it is possible to add the ttrusted certificate to the browser Firefox 59
Expected results:
Not to require the password to store a Trusted certificate. I want to avoid the mesagge: Enter Password or Pin for "NSS Certificate DB":
Updated•7 years ago
|
Assignee: nobody → nobody
Has STR: --- → yes
Component: Untriaged → Tools
Product: Firefox → NSS
Version: 59 Branch → 3.35
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•