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).
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).