Home
last modified time | relevance | path

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

/plugin/letsencrypt/
H A Dhelper.php144 return file_exists($this->getCertDir() . '/_account/private.pem');
173 $lescript = new Lescript($this->getCertDir(), $this->getRoot(), $this->logger);
189 $lescript = new Lescript($this->getCertDir(), $this->getRoot(), $this->logger);
198 public function getCertDir() { function in helper_plugin_letsencrypt
215 $lescript = new Lescript($this->getCertDir(), $this->getRoot(), $this->logger);
H A Dcli.php52 if(!$this->helper->getCertDir()) $this->fatal('no certificate directory set');
H A Dadmin.php115 $certdir = $this->helper->getCertDir();