Closed
Bug 1579036
Opened 5 years ago
Closed 5 years ago
Confusing error when trying to export non-existent cert with pk12util
Categories
(NSS :: Tools, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.47
People
(Reporter: inikolch, Assigned: marcus.apb)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
mkdir testdir
certutil -N --empty-password -d sql:./testdir
pk12util -o p12file2 -n testca -d sql:./testdir -W ''
Actual results:
pk12util: find user certs from nickname failed: PR_LOAD_LIBRARY_ERROR: Failure to load dynamic library
Expected results:
I think first part of error is fine, but the library load error is kinda confusing. It had us looking for library loading issues when this was not the problem.
Comment 1•5 years ago
|
||
Marcus, can you take a quick look?
Assignee: nobody → marcus.apb
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P3
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed
Comment 3•5 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 3.47
You need to log in
before you can comment on or make changes to this bug.
Description
•