Home
last modified time | relevance | path

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

/openssl/apps/
H A Dca.c289 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; in ca_main() local
415 outdir = opt_arg(); in ca_main()
655 if ((outdir == NULL) && (req)) { in ca_main()
657 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main()
658 if (outdir == NULL) { in ca_main()
671 if (app_isdir(outdir) <= 0) { in ca_main()
672 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); in ca_main()
673 perror(outdir); in ca_main()
1050 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()
/openssl/doc/man1/
H A Dopenssl-ca.pod.in51 [B<-outdir> I<dir>]
154 =item B<-outdir> I<directory>
496 The same as the B<-outdir> command line option. It specifies
655 flag is used, but PEM format if sending to stdout or the B<-outdir>

Completed in 13 milliseconds