Function cassandra_cpp_sys::cass_ssl_set_cert [] [src]

pub unsafe extern "C" fn cass_ssl_set_cert(
    ssl: *mut CassSsl,
    cert: *const c_char
) -> CassError

Set client-side certificate chain. This is used to authenticate the client on the server-side. This should contain the entire Certificate chain starting with the certificate itself.

@public @memberof CassSsl

@param[in] ssl @param[in] cert PEM formatted certificate string @return CASS_OK if successful, otherwise an error occurred