Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hs20/server/www/
Dest.php121 $reqfile = "$cadir/tmp/cert-req.pkcs10"; variable
122 $f = fopen($reqfile, "wb");
126 $req_pem = "$reqfile.pem";
129 exec("openssl req -in $reqfile -inform DER -out $req_pem -outform PEM");