HomeSort by: relevance | last modified time | path
    Searched refs:NEWP12 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
CA.pl.in 42 my $NEWP12 = "newcert.p12";
190 . " -certfile ${CATOP}/$CACERT -out $NEWP12"
192 print "PKCS #12 file is in $NEWP12\n" if $RET == 0;
  /src/crypto/external/bsd/openssl.old/dist/apps/
CA.pl.in 46 my $NEWP12 = "newcert.p12";
170 . " -out $NEWP12"
172 print "PKCS #12 file is in $NEWP12\n" if $RET == 0;
  /src/crypto/external/apache2/openssl/dist/apps/
CA.pl.in 47 my $NEWP12 = "newcert.p12";
338 "-certfile", "${CATOP}/$CACERT", "-out", $NEWP12,
340 print "PKCS#12 file is in $NEWP12\n" if $RET == 0;

Completed in 24 milliseconds