Searched refs:req_pem (Results 1 – 1 of 1) sorted by relevance
126 $req_pem = "$reqfile.pem"; variable127 if (file_exists($req_pem))128 unlink($req_pem);129 exec("openssl req -in $reqfile -inform DER -out $req_pem -outform PEM");130 if (!file_exists($req_pem)) {139 …exec("openssl x509 -req -in $req_pem -CAkey $cadir/cakey.pem -out $cert_pem -CA $cadir/cacert.pem …