Home
last modified time | relevance | path

Searched refs:withTrustedCerts (Results 1 – 6 of 6) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/features/
H A Dssl_encryption.feature60 ->withTrustedCerts(getenv('SERVER_CERT'))
87 ->withTrustedCerts(getenv('SERVER_CERT'))
H A DREADME.md190 ->withTrustedCerts('node1.pem', 'node2.pem')
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/doc/Cassandra/SSLOptions/
H A DBuilder.php45 public function withTrustedCerts($path) { } function in Cassandra\\SSLOptions\\Builder
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/SSLOptions/
H A DBuilder.c109 PHP_METHOD(SSLOptionsBuilder, withTrustedCerts) in PHP_METHOD() argument
262 PHP_ME(SSLOptionsBuilder, withTrustedCerts, arginfo_path,
H A DBuilder.yaml9 withTrustedCerts:
/dports/databases/pecl-cassandra/php-driver-61faee0/support/
H A Dccm.php103 ->withTrustedCerts(realpath(__DIR__ . '/ssl/cassandra.pem'))