Class HttpServerTlsConfig

java.lang.Object
io.quarkus.vertx.http.runtime.options.HttpServerTlsConfig

public final class HttpServerTlsConfig extends Object
This class is a single source of truth for HTTP server TLS configuration name and TLS client authentication. It must exist because HTTP Security fluent API allows users to configure programmatically the 'quarkus.http.ssl.client-auth' and 'quarkus.http.tls-configuration-name' configuration properties.