scop / portecle

User friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more
http://portecle.sourceforge.net/
GNU General Public License v2.0
153 stars 47 forks source link

Cannot import chained cert from pkcs12 to .jks #27

Open scop opened 18 years ago

scop commented 18 years ago

If I import a chained certificate (eg root -> intermediate -> private key) from a .pfx file the root and intermediate certificates are not imported into a .jks.

In older versions of portecle (0.9) this was possible, version 1.1 no longer supports this.

How to reproduce: 1) get a .pfx containing a private key and a kopple of certificates in the chain. 2) import private key. 3) Check the certificate details. It says Certificate 1 of 1. In version 0.9 the result is Certificates 1 of 3. The certificate chain is included in the keystore.

(I am using bountycastle 1.31.0 w/ portecle 1.1, jre 1.4.2_05)

Reported by: klaasjanelzinga

scop commented 18 years ago

Original comment by: klaasjanelzinga

scop commented 18 years ago

Logged In: YES user_id=32457

Could you provide a .pfx file that can be used to reproduce the problem?

Original comment by: scop