summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-07-03 07:46:52 +0000
committerRichard Levitte <levitte@openssl.org>2003-07-03 07:46:52 +0000
commit6f2f534b5848ba9088462fc85b09ae0a7aa97502 (patch)
tree4a97bc31f352a528f41b70815d416e7565199757 /doc
parentda6c44fc97c2913287e2b58fb09485ebf36d6b8b (diff)
The convenience argumetn for -nameopt and -certopt is ca_default, not
default_ca. PR: 653
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/ca.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod
index e2a4591a14..d0a7703e61 100644
--- a/doc/apps/ca.pod
+++ b/doc/apps/ca.pod
@@ -431,7 +431,7 @@ here, except the B<no_signame> and B<no_sigdump> are permanently set
and cannot be disabled (this is because the certificate signature cannot
be displayed because the certificate has not been signed at this point).
-For convenience the values B<default_ca> are accepted by both to produce
+For convenience the values B<ca_default> are accepted by both to produce
a reasonable output.
If neither option is present the format used in earlier versions of
@@ -544,8 +544,8 @@ A sample configuration file with the relevant sections for B<ca>:
policy = policy_any # default policy
email_in_dn = no # Don't add the email into cert DN
- nameopt = default_ca # Subject name display option
- certopt = default_ca # Certificate display option
+ nameopt = ca_default # Subject name display option
+ certopt = ca_default # Certificate display option
copy_extensions = none # Don't copy extensions from request
[ policy_any ]