deno_tls

Function create_client_config

Source
pub fn create_client_config(
    root_cert_store: Option<RootCertStore>,
    ca_certs: Vec<Vec<u8>>,
    unsafely_ignore_certificate_errors: Option<Vec<String>>,
    maybe_cert_chain_and_key: TlsKeys,
    socket_use: SocketUse,
) -> Result<ClientConfig, TlsError>