Searched refs:csrPath (Results 1 – 1 of 1) sorted by relevance
309 $csrPath = $this->getDomainPath($domain) . "/last.csr";310 file_put_contents($csrPath, $csr);312 return $this->getCsrContent($csrPath);315 protected function getCsrContent($csrPath) { argument316 $csr = file_get_contents($csrPath);