Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hs20/server/www/
Dest.php159 $req_pem = "$reqfile.pem"; variable
160 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 …