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");
4214 def ocsp_resp_ca_signed(reqfile, outfile, status): argument4215 ocsp_req(reqfile)4224 "-reqin", reqfile,4231 def ocsp_resp_server_signed(reqfile, outfile): argument4232 ocsp_req(reqfile)4241 "-reqin", reqfile,