Cassandra\SSLOptions\Builder::withClientCert PHP Method

withClientCert() public method

This is used to authenticate the client on the server-side. This should contain the entire Certificate chain starting with the certificate itself.
public withClientCert ( string $path ) : Builder
$path string path to a file containing a PEM formatted certificate.
return Builder self
    public function withClientCert($path)
    {
    }