Class PemKeyCertConfiguration
- java.lang.Object
-
- io.quarkus.vertx.core.runtime.config.PemKeyCertConfiguration
-
public class PemKeyCertConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Optional<List<String>>certsComma-separated list of the path to the certificate files (Pem format).booleanenabledPEM Key/cert config is disabled by default.Optional<List<String>>keysComma-separated list of the path to the key files (Pem format).
-
Constructor Summary
Constructors Constructor Description PemKeyCertConfiguration()
-