Package io.quarkus.tls.deployment
Interface LetsEncryptBuildTimeConfig
@ConfigMapping(prefix="quarkus.tls.lets-encrypt")
@ConfigRoot(phase=BUILD_TIME)
public interface LetsEncryptBuildTimeConfig
-
Method Summary
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()Set totrueto enable let's encrypt support.
-