Searched refs:CAserial (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/ms/
H A Dtestssce.bat10 set CAserial=\OpenSSL\certCA.srl variable
51 cerun CE:\OpenSSL\%x509cmd% -CAcreateserial -in %Ureq% -days 30 -req -out %Ucert% -CA %CAcert% -CAkey %CAkey% -CAserial %CAserial%
61 cecopy CE:%CAserial% .
69 echo The current CA signing serial number is in %CAserial%
H A Dtestss.bat12 set CAserial=certCA.srl variable
51 %x509cmd% -CAcreateserial -in %Ureq% -days 30 -req -out %Ucert% -CA %CAcert% -CAkey %CAkey% -CAserial %CAserial%
63 echo The current CA signing serial number is in %CAserial%
/macosx-10.10/OpenSSL098-52/src/util/
H A Dmkcerts.sh45 -CAcreateserial -CAserial pca-cert.srl \
81 -CAcreateserial -CAserial pca-cert.srl \
118 -CAcreateserial -CAserial ca-cert.srl \
155 -CAcreateserial -CAserial ca-cert.srl \
192 -CAcreateserial -CAserial ca-cert.srl \
/macosx-10.10/OpenSSL098-52/src/Netware/
H A Ddo_tests.pl382 my($CAserial) = "$output_path\\certCA.srl";
424 system("openssl2 x509 -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -CAserial $CAserial (CLIB_OPT)/>$outFile");
426 log_output("openssl2 x509 -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -CAserial $CAserial", $outFile);
438 print(OUT "The current CA signing serial number is in $CAserial\n");
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dx509.c134 " -CAserial arg - serial file\n",
177 char *CAkeyfile=NULL,*CAserial=NULL; local
319 else if (strcmp(*argv,"-CAserial") == 0)
322 CAserial= *(++argv);
955 CApkey, CAserial,CA_createserial,days, clrext,

Completed in 190 milliseconds