This is a simpler alternative to using
neo4j_config_set_TLS_private_key_password_callback().
@param config The neo4j client configuration to update.
@param password The password for the certificate file. 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 password for the TLS private key file.
This is a simpler alternative to using neo4j_config_set_TLS_private_key_password_callback().
@param config The neo4j client configuration to update. @param password The password for the certificate file. 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).