[kleopatra] [Bug 333310] Can't import PFX certificates (Firefox and Chrome does)

Andre Heinecke via KDE Bugzilla bugzilla_noreply at kde.org
Fri Apr 8 17:19:52 BST 2016


https://bugs.kde.org/show_bug.cgi?id=333310

Andre Heinecke <aheinecke at intevation.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aheinecke at intevation.de
   Version Fixed In|                            |16.04

--- Comment #7 from Andre Heinecke <aheinecke at intevation.de> ---
The problem was just missing support in Kleopatra's classify routine for the
file extension .pfx. (As expected as gpgsm handled this on the command line)

For testing I've converted my usual test certificates (.p12 for the private key
and .pem for the chain) to pfx by
first extracting the key from the p12:

openssl pkcs12 -in testuserA.p12 -nocerts -out testuserA.key
and then packing it all together in a pfx.

openssl pkcs12 -export -out testuserA.pfx -inkey testuserA.key -in
testuserA-Kette.pem

Import worked and the complete chain was imported.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list