TLS Registry: provide a TLS configuration called javax.net.ssl
having truststore set in the same way as default SunJSSE provider
#45175
Labels
Description
User may want to use the default Java truststore that is usually available under
$JAVA_HOME/lib/security/jssecacerts
,$JAVA_HOME/lib/security/cacerts
or overridden throwjavax.net.ssl.trustStore
system property.To make this use case easier, we should introduce a reserved
javax.net.ssl
TLS configuration name with the following properties:javax.net.ssl
as a value for various*.tls-configuration-name
options, such asquarkus.http.tls-configuration-name
javax.net.ssl
would be created on demand by the TLS registry extensionThe text was updated successfully, but these errors were encountered: