Home
last modified time | relevance | path

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

/plugin/letsencrypt/
H A DLescript.php198 $certificates[] = $this->parsePemFromBody($result);
204 $certificates[] = $this->parsePemFromBody($result);
238 protected function parsePemFromBody($body) function in Analogic\\ACME\\Lescript