From e99b588f1beb45b41a1e7810c6875d7e37839181 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 24 May 2005 03:27:18 +0000 Subject: [PATCH] Typo correction --- doc/apps/ca.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod index 74f45ca2f9..f15df49d4f 100644 --- a/doc/apps/ca.pod +++ b/doc/apps/ca.pod @@ -391,7 +391,7 @@ the same as B<-msie_hack> the same as B<-policy>. Mandatory. See the B section for more information. -=item B, B +=item B, B 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: 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 ] -- 2.25.1