Package io.quarkus.tls.runtime.config
Interface PemCertsConfig
public interface PemCertsConfig
-
Method Details
-
certs
List of the trusted cert paths (Pem format). -
certDirs
List of the directories with the trusted certificates (Pem format). The configured directory can be empty. Any file in the configured directories will be treated as a trusted certificate in the Pem format. -
hasNoTrustedCertificates
default boolean hasNoTrustedCertificates() -
toOptions
default io.vertx.core.net.PemTrustOptions toOptions()
-