Interface PemKeyCertConfiguration


  • public interface PemKeyCertConfiguration
    • Method Detail

      • enabled

        @WithParentName
        @WithDefault("false")
        boolean enabled()
        PEM Key/cert config is disabled by default.
      • keys

        Optional<List<String>> keys()
        Comma-separated list of the path to the key files (Pem format).
      • certs

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