Interface LetsEncryptBuildTimeConfig


@ConfigMapping(prefix="quarkus.tls.lets-encrypt") @ConfigRoot(phase=BUILD_TIME) public interface LetsEncryptBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Set to true to enable let's encrypt support.
  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      Set to true to enable let's encrypt support.