https://bugs.kde.org/show_bug.cgi?id=333310
Andre Heinecke <aheine...@intevation.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aheine...@intevation.de Version Fixed In| |16.04 --- Comment #7 from Andre Heinecke <aheine...@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 watching all bug changes.