Set the location of a directory of TLS certificate authorities (and CRLs).
The specified directory should contain the certificates of the trusted CAs
and CRLs, named by hash according to the c_rehash tool.
@param config The neo4j client configuration to update.
@param path The path to the directory of 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).
Set the location of a directory of TLS certificate authorities (and CRLs).
The specified directory should contain the certificates of the trusted CAs and CRLs, named by hash according to the c_rehash tool.
@param config The neo4j client configuration to update. @param path The path to the directory of 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).