portecle
portecle copied to clipboard
Cannot import chained cert from pkcs12 to .jks
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
- priority: 5 --> 7
Original comment by: klaasjanelzinga
Logged In: YES user_id=32457
Could you provide a .pfx file that can be used to reproduce the problem?
Original comment by: scop