Home | History | Annotate | Download | only in apps

Lines Matching refs:OUT

71 	    system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
95 open OUT, ">${CATOP}/index.txt";
96 close OUT;
97 open OUT, ">${CATOP}/crlnumber";
98 print OUT "01\n";
99 close OUT;
115 "${CATOP}/private/$CAKEY -out ${CATOP}/$CAREQ");
117 "-out ${CATOP}/$CACERT $CADAYS -batch " .
128 "-certfile ${CATOP}/$CACERT -out newcert.p12 " .
137 system ("$CA -policy policy_anything -out newcert.pem " .
142 system ("$CA -policy policy_anything -out newcert.pem " .
148 "-out tmp.pem");
149 system ("$CA -policy policy_anything -out newcert.pem " .
177 open OUT, ">$outfile";
181 print OUT $_ if ($flag);
184 close OUT;