diff options
author | Rich Salz <rsalz@akamai.com> | 2014-07-03 05:18:39 +0200 |
---|---|---|
committer | Rich Salz <rsalz@akamai.com> | 2014-07-03 05:18:39 +0200 |
commit | a5a317872869255ab61565f487cd4467a3756fc7 (patch) | |
tree | 33f645f64e6b481c86154f8d50373c62de11db6c | |
parent | Merge branch 'rsalz-docfixes' (diff) | |
download | openssl-a5a317872869255ab61565f487cd4467a3756fc7.tar.xz openssl-a5a317872869255ab61565f487cd4467a3756fc7.zip |
RT3408; fix some (not all suggested) typo's in openssl.cnf
-rw-r--r-- | apps/openssl.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |