Searched refs:certificatesDir (Results 1 – 2 of 2) sorted by relevance
13 public function __construct($certificatesDir, $webRootDir, $logger) { argument14 if(!$certificatesDir) throw new Exception('no cert dir');18 parent::__construct($certificatesDir, $webRootDir, $logger, $client);38 $certfile = $this->certificatesDir.'/'.$domain.'/cert.pem';
246 return $this->certificatesDir . '/' . $domain . '/';