Interface PemTrustCertConfiguration


public interface PemTrustCertConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    Comma-separated list of the trust certificate files (Pem format).
    boolean
    PEM Trust config is disabled by default.
  • Method Details

    • enabled

      @WithParentName @WithDefault("false") boolean enabled()
      PEM Trust config is disabled by default.
    • certs

      Optional<List<String>> certs()
      Comma-separated list of the trust certificate files (Pem format).