Home
last modified time | relevance | path

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

/plugin/letsencrypt/classes/
H A DLescript.php13 public function __construct($certificatesDir, $webRootDir, $logger) { argument
14 if(!$certificatesDir) throw new Exception('no cert dir');
18 parent::__construct($certificatesDir, $webRootDir, $logger, $client);
38 $certfile = $this->certificatesDir.'/'.$domain.'/cert.pem';
/plugin/letsencrypt/
H A DLescript.php246 return $this->certificatesDir . '/' . $domain . '/';