aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-26 12:13:50 +0000
committerBodo Möller <bodo@openssl.org>2001-11-26 12:13:50 +0000
commit8a0a9392abd971a80dfe991718d03d49de8261ca (patch)
tree13002a2f00db4792f29276e46eb9a01e63148ece /doc
parentbcbe4e525470ea551d5836ad5a25e01f2cdf2e63 (diff)
downloadopenssl-8a0a9392abd971a80dfe991718d03d49de8261ca.tar.gz
discuss -name and default_ca more correctly (I hope)
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/ca.pod21
1 files changed, 19 insertions, 2 deletions
diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod
index ea59c252a8..905b48a364 100644
--- a/doc/apps/ca.pod
+++ b/doc/apps/ca.pod
@@ -57,6 +57,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<default_ca> in the B<ca> section).
+
=item B<-in filename>
an input filename containing a single certificate request to be
@@ -226,8 +231,20 @@ that some software (for example Netscape) can't handle V2 CRLs.
=head1 CONFIGURATION FILE OPTIONS
-The options for B<ca> are contained in the B<ca> section of the
-configuration file. Many of these are identical to command line
+The section of the configuration file containing options for B<ca>
+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<default_ca> option of the B<ca> section
+of the configuration file (or in the default section of the
+configuration file). Besides B<default_ca>, the following options are
+read directly from the B<ca> section:
+ RANDFILE
+ preserve
+ msie_hack
+With the exception of B<RANDFILE>, 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