Interface PemCertsConfig


public interface PemCertsConfig
  • Method Details

    • certs

      Optional<List<Path>> certs()
      List of the trusted cert paths (Pem format).
    • certDirs

      Optional<List<Path>> 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()