You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: