Interface PemKeyCertConfiguration
public interface PemKeyCertConfiguration
-
Method Summary
-
Method Details
-
enabled
@WithParentName @WithDefault("false") boolean enabled()PEM Key/cert config is disabled by default. -
keys
Comma-separated list of the path to the key files (Pem format). -
certs
Comma-separated list of the path to the certificate files (Pem format).
-