Interface PemKeyCertConfiguration
-
public interface PemKeyCertConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<List<String>>certs()Comma-separated list of the path to the certificate files (Pem format).booleanenabled()PEM Key/cert config is disabled by default.Optional<List<String>>keys()Comma-separated list of the path to the key files (Pem format).
-