Cassandra\SSLOptions\Builder::withTrustedCerts PHP Method

withTrustedCerts() public method

Adds a trusted certificate. This is used to verify node's identity.
public withTrustedCerts ( $path ) : Builder
return Builder self
    public function withTrustedCerts($path)
    {
    }