From a5a317872869255ab61565f487cd4467a3756fc7 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 2 Jul 2014 23:18:39 -0400 Subject: [PATCH] RT3408; fix some (not all suggested) typo's in openssl.cnf --- apps/openssl.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openssl.cnf b/apps/openssl.cnf index ccc21a290b..514e64035b 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -44,7 +44,7 @@ certs = $dir/certs # Where the issued certs are kept crl_dir = $dir/crl # Where the issued crl are kept database = $dir/index.txt # database index file. #unique_subject = no # Set to 'no' to allow creation of - # several ctificates with same subject. + # several certs with same subject. new_certs_dir = $dir/newcerts # default place for new certs. certificate = $dir/cacert.pem # The CA certificate -- 2.34.1