jetty.project
jetty.project copied to clipboard
Steps to verify Keystore with Truststore on Jetty restart
trafficstars
Jetty Version: 12.0.12 Jetty Environment : EE 8 Java Version: 17
The root and intermediate certificates have been imported into the truststore located at jetty/etc/truststore, while the host SSL certificate has been imported into the keystore at jetty/etc/keystore.
We expect that the Jetty service should fail to start if the SSL certificate in the keystore cannot be validated against the certificates in the truststore. Could you please provide guidance on how to enforce this validation?
The jetty-ssl-context.xml file is used to configure the paths and passwords for both the keystore and truststore.