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

Andre Heinecke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
   Version Fixed In|                            |16.04

--- Comment #7 from Andre Heinecke <[email protected]> ---
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.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to