Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php71 * @param string $certificateFile Filename of the client side certificate to use
76 public function setCertificate($certificateFile, $keyFile, $keyPhrase = '') argument
79 if (is_file($certificateFile)) {
80 $this->_certFile = $certificateFile;
82 throw new ClientException('Could not open certificate: ' . $certificateFile);