Configure Truststore without Server Certificate but only with Root and Intermediate
I have a backend system that provides server certificates with very short expiration times. Is it possible to configure the Weblogic JKS truststore and Weblogic itself to allow outbound HTTPS connectivity without including the server certificate for this particular backend system? The backend system does provide Root and Intermediate certificates which we can include in the JKS.
Thanks.