From b9870ed5848385be1f17b190e976088877c42c18 Mon Sep 17 00:00:00 2001 From: John White Date: Fri, 29 Oct 2004 14:07:27 +0000 Subject: [PATCH] Added the plocy section ca_none for completeness. --- config/ca_conf.cnf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/ca_conf.cnf b/config/ca_conf.cnf index 6bafc6c..9db14c7 100644 --- a/config/ca_conf.cnf +++ b/config/ca_conf.cnf @@ -45,9 +45,12 @@ nsComment = "OpenSSL Generated Client Server Certificate" # and for everything including object signing: # nsCertType = client, email, objsign -[ ca_client_flags ] +[ ca_fclient ] # This is typical in keyUsage for a client certificate. keyUsage = nonRepudiation, digitalSignature, keyEncipherment # This will be displayed in Netscape's comment listbox. nsComment = "OpenSSL Generated Client Certificate with Flags" + +[ ca_none ] +# A new entry? -- 1.8.2.3