summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-05-24 03:27:15 +0000
committerRichard Levitte <levitte@openssl.org>2005-05-24 03:27:15 +0000
commitb325518f4588728c38d53586b0cfcdd235db6e34 (patch)
tree9a153c5ba778158c0e29f2bd0914626d8a99eed3 /doc
parentb172dec8641a7b1ce55434957828492a91f7bc33 (diff)
Typo correction
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 5db7d9441c..42bae7f4a7 100644
--- a/doc/apps/ca.pod
+++ b/doc/apps/ca.pod
@@ -422,7 +422,7 @@ the same as B<-msie_hack>
the same as B<-policy>. Mandatory. See the B<POLICY FORMAT> section
for more information.
-=item B<nameopt>, B<certopt>
+=item B<name_opt>, B<cert_opt>
these options allow the format used to display the certificate details
when asking the user to confirm signing. All the options supported by
@@ -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 = ca_default # Subject name display option
- certopt = ca_default # Certificate display option
+ name_opt = ca_default # Subject name display option
+ cert_opt = ca_default # Certificate display option
copy_extensions = none # Don't copy extensions from request
[ policy_any ]