neo4j_config_set_TLS_ca_file

Set the location of a file containing TLS certificate authorities (and CRLs).

The file should contain the certificates of the trusted CAs and CRLs. The file must be in base64 privacy enhanced mail (PEM) format.

@param config The neo4j client configuration to update. @param path The path to the PEM file containing the trusted CAs and CRLs. This string should remain allocated whilst the config is allocated _or if any connections opened with the config remain active_. @return 0 on success, or -1 on error (errno will be set).

extern (C)
int
neo4j_config_set_TLS_ca_file
(,
const(char)* path
)

Meta