Package io.quarkus.tls.runtime.config
Interface TlsConfig
@ConfigMapping(prefix="quarkus.tls")
@ConfigRoot(phase=RUN_TIME)
public interface TlsConfig
-
Field Details
-
DEFAULT_NAME
- See Also:
-
JAVA_NET_SSL_TLS_CONFIGURATION_NAME
- See Also:
-
-
Method Details
-
defaultCertificateConfig
The default TLS bucket configuration -
namedCertificateConfig
@WithParentName @ConfigDocMapKey("tls-bucket-name") @WithDefaults Map<String,TlsBucketConfig> namedCertificateConfig()Configures additional (named) TLS bucket configurations.
-