I am trying to import some certificates via the keytool in JRE 7 Update 80 or JRE 8 Update 66. The certificates are SHA256 ones with RSASSA-PSS as signature algorithm.
I have applied relevant JCE files to the JREs.
I have the instructions in the following links
But the keytool commands (to install the web server certificate) failed with
- keytool error: java.lang.Exception: Incomplete certificate chain in reply
- keytool error: java.lang.Exception: Failed to establish chain from reply
I can use same keytool commands to import certificates if SHA256RSA as signature algorithm.
Microsoft Premier support says that the problem could be whether or not the Java 7 or Java 8 are compatible with RSASSA-PSS as signature algorithm.
Can anyone confirm this?
Thanks in advance.