Open
Bug 311486
Opened 20 years ago
Updated 3 years ago
pk12util export certificate only not the whole certificate chain
Categories
(NSS :: Tools, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: p.pavlov, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728
Build Identifier: NSS_3_10
When exporing a certificate with the pk12util -o tool, the resulting file
contains the wanted certificate and the rest of the certificates from the chain,
e.g. issuer certificate and root CA certificate.
I want to be able to get an exported file with only the required certificate and
key. Ideally a new option can be added to the tool to control this behavior
Reproducible: Always
Steps to Reproduce:
1. Invoke the pk12util -o exp.pfx -n mycert ...
2. Observe the generated file contents, eg. pk12util -l exp.pfx
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•20 years ago
|
||
Neil, now that there's a patch for bug 311483, would you like to implement
a new command line option for pk12util, one that means "don't include the
cert chain for the named cert" ?
OS: Windows XP → All
Priority: -- → P3
Hardware: PC → All
Version: unspecified → 3.10
Updated•20 years ago
|
Assignee: wtchang → nobody
QA Contact: jason.m.reid → tools
Updated•20 years ago
|
Assignee: nobody → neil.williams
Updated•19 years ago
|
Target Milestone: --- → 3.11.8
Updated•19 years ago
|
Target Milestone: 3.11.8 → Future
Updated•19 years ago
|
Target Milestone: Future → ---
Updated•18 years ago
|
Assignee: neil.williams → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•