Issues with RSASSA-PSS Certificate in Java Keystore
(Doc ID 2167140.1)
Last updated on APRIL 05, 2023
Applies to:
Java SE JDK and JRE - Version 7 and laterInformation in this document applies to any platform.
Symptoms
While creating a JKS keystore for use in WebLogic 12.2.1 with a certificate that uses RSASSA-PSS and attempting to concatenate the different certificates, an exception results:
If the Weblogic ImportPrivateKey command is used to import only the private key and public certificate into a JKS keystore, then the concatenation works. However, after then attempting to import the intermediate and root certificates, there are problems with the trust of the root certificate (the intermediate is trusted).
When the certificate was recreated as SHA256RSA, it did not have these problems.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |