After much debugging, I have found the issue in my situation. In the server.xml file, you must put keystoreType="PKCS12" for it to recognize the keystore properly.
On Fri, Apr 5, 2024 at 4:27 AM Roberto Benedetti < [email protected]> wrote: > > I got the Object ID and version straight out of the Certificate using > > Keystore Explorer. I'm not sure why there is a difference. > > Keystore Explorer uses Bouncy Castle (https://www.bouncycastle.org/) as > provider for JCE. > > If your JRE/JDK does not provide some algorithm you could use Bouncy > Castle as well. > > Regards, > Roberto > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
