Searched refs:reqfile (Results 1 – 2 of 2) sorted by relevance
154 $reqfile = "$cadir/tmp/cert-req.pkcs10"; variable155 $f = fopen($reqfile, "wb");159 $req_pem = "$reqfile.pem";162 exec("openssl req -in $reqfile -inform DER -out $req_pem -outform PEM");
4577 def ocsp_resp_ca_signed(reqfile, outfile, status): argument4578 ocsp_req(reqfile)4587 "-reqin", reqfile,4594 def ocsp_resp_server_signed(reqfile, outfile): argument4595 ocsp_req(reqfile)4604 "-reqin", reqfile,