Searched refs:req_pem (Results 1 – 1 of 1) sorted by relevance
159 $req_pem = "$reqfile.pem"; variable160 if (file_exists($req_pem))161 unlink($req_pem);162 exec("openssl req -in $reqfile -inform DER -out $req_pem -outform PEM");163 if (!file_exists($req_pem)) {172 …exec("openssl x509 -req -in $req_pem -CAkey $cadir/cakey.pem -out $cert_pem -CA $cadir/cacert.pem …