Home
last modified time | relevance | path

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

/plugin/letsencrypt/classes/
H A DLescript.php38 $certfile = $this->certificatesDir.'/'.$domain.'/cert.pem';
39 if (!file_exists($certfile)) {
43 $data = openssl_x509_parse(file_get_contents($certfile));
/plugin/gemini/
H A Dcli.php66 * @param string $certfile Certificate PEM file to use
69 protected function serve($interface, $port, $certfile) argument
74 'local_cert' => $certfile,