Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php72 * @param string $keyFile Filename of the client side certificate's private key
76 public function setCertificate($certificateFile, $keyFile, $keyPhrase = '') argument
85 if (is_file($keyFile)) {
86 $this->_keyFile = $keyFile;
88 throw new ClientException('Could not open private key: ' . $keyFile);