diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/test/CAss.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/test/CAss.cnf b/src/lib/libssl/test/CAss.cnf index 109bc8c10b..336e82fd52 100644 --- a/src/lib/libssl/test/CAss.cnf +++ b/src/lib/libssl/test/CAss.cnf | |||
@@ -36,7 +36,7 @@ certs = $dir/certs # Where the issued certs are kept | |||
36 | crl_dir = $dir/crl # Where the issued crl are kept | 36 | crl_dir = $dir/crl # Where the issued crl are kept |
37 | database = $dir/index.txt # database index file. | 37 | database = $dir/index.txt # database index file. |
38 | #unique_subject = no # Set to 'no' to allow creation of | 38 | #unique_subject = no # Set to 'no' to allow creation of |
39 | # several ctificates with same subject. | 39 | # several certificates with same subject. |
40 | new_certs_dir = $dir/newcerts # default place for new certs. | 40 | new_certs_dir = $dir/newcerts # default place for new certs. |
41 | 41 | ||
42 | certificate = $dir/cacert.pem # The CA certificate | 42 | certificate = $dir/cacert.pem # The CA certificate |
@@ -45,7 +45,7 @@ crl = $dir/crl.pem # The current CRL | |||
45 | private_key = $dir/private/cakey.pem# The private key | 45 | private_key = $dir/private/cakey.pem# The private key |
46 | RANDFILE = $dir/private/.rand # private random number file | 46 | RANDFILE = $dir/private/.rand # private random number file |
47 | 47 | ||
48 | x509_extensions = v3_ca # The extentions to add to the cert | 48 | x509_extensions = v3_ca # The extensions to add to the cert |
49 | 49 | ||
50 | name_opt = ca_default # Subject Name options | 50 | name_opt = ca_default # Subject Name options |
51 | cert_opt = ca_default # Certificate field options | 51 | cert_opt = ca_default # Certificate field options |