From: Richard Levitte Date: Thu, 3 Jul 2003 07:46:54 +0000 (+0000) Subject: The convenience argumetn for -nameopt and -certopt is ca_default, not X-Git-Tag: OpenSSL_0_9_7c~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=900f062d1f37689bebf443835559ede4cec7134b;p=oweals%2Fopenssl.git The convenience argumetn for -nameopt and -certopt is ca_default, not default_ca. PR: 653 --- diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod index 6818b3fd5a..74f45ca2f9 100644 --- a/doc/apps/ca.pod +++ b/doc/apps/ca.pod @@ -400,7 +400,7 @@ here, except the B and B 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 are accepted by both to produce +For convenience the values B are accepted by both to produce a reasonable output. If neither option is present the format used in earlier versions of @@ -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 = 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 ]