From: Bodo Möller Date: Mon, 26 Nov 2001 12:14:22 +0000 (+0000) Subject: discuss -name and default_ca more correctly (I hope) X-Git-Tag: OpenSSL_0_9_6c~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b0613e313421262948c6ff993d527650200a2ec;p=oweals%2Fopenssl.git discuss -name and default_ca more correctly (I hope) --- diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod index d352925864..cea90023c7 100644 --- a/doc/apps/ca.pod +++ b/doc/apps/ca.pod @@ -54,6 +54,11 @@ The options descriptions will be divided into each purpose. specifies the configuration file to use. +=item B<-name section> + +specifies the configuration file section to use (overrides +B in the B section). + =item B<-in filename> an input filename containing a single certificate request to be @@ -202,8 +207,20 @@ that some software (for example Netscape) can't handle V2 CRLs. =head1 CONFIGURATION FILE OPTIONS -The options for B are contained in the B section of the -configuration file. Many of these are identical to command line +The section of the configuration file containing options for B +is found as follows: If the B<-name> command line option is used, +then it names the section to be used. Otherwise the section to +be used must be named in the B option of the B section +of the configuration file (or in the default section of the +configuration file). Besides B, the following options are +read directly from the B section: + RANDFILE + preserve + msie_hack +With the exception of B, this is probably a bug and may +change in future releases. + +Many of the configuration file options are identical to command line options. Where the option is present in the configuration file and the command line the command line value is used. Where an option is described as mandatory then it must be present in