Typo correction
authorRichard Levitte <levitte@openssl.org>
Tue, 24 May 2005 03:27:18 +0000 (03:27 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 May 2005 03:27:18 +0000 (03:27 +0000)
doc/apps/ca.pod

index 74f45ca2f90ea0c36b3e2c3e57db06311b2b6c7a..f15df49d4f4cbce3f8086af6f37942a104b8a6bd 100644 (file)
@@ -391,7 +391,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
@@ -513,8 +513,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 ]