Interface PemTrustCertConfiguration


  • public interface PemTrustCertConfiguration
    • Method Detail

      • 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).