Home
last modified time | relevance | path

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

/plugin/letsencrypt/
H A DLescript.php309 $csrPath = $this->getDomainPath($domain) . "/last.csr";
310 file_put_contents($csrPath, $csr);
312 return $this->getCsrContent($csrPath);
315 protected function getCsrContent($csrPath) { argument
316 $csr = file_get_contents($csrPath);