Home
last modified time | relevance | path

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

/plugin/letsencrypt/classes/
H A DLescript.php13 public function __construct($certificatesDir, $webRootDir, $logger) {
/plugin/letsencrypt/
H A DLescript.php16 protected $certificatesDir; variable in Analogic\\ACME\\Lescript
24 …public function __construct($certificatesDir, $webRootDir, $logger = null, ClientInterface $client…