Interface PemKeyCertConfiguration


public interface PemKeyCertConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    Comma-separated list of the path to the certificate files (Pem format).
    boolean
    PEM Key/cert config is disabled by default.
    Comma-separated list of the path to the key files (Pem format).
  • Method Details

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