summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/CAss.cnf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/test/CAss.cnf4
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
36crl_dir = $dir/crl # Where the issued crl are kept 36crl_dir = $dir/crl # Where the issued crl are kept
37database = $dir/index.txt # database index file. 37database = $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.
40new_certs_dir = $dir/newcerts # default place for new certs. 40new_certs_dir = $dir/newcerts # default place for new certs.
41 41
42certificate = $dir/cacert.pem # The CA certificate 42certificate = $dir/cacert.pem # The CA certificate
@@ -45,7 +45,7 @@ crl = $dir/crl.pem # The current CRL
45private_key = $dir/private/cakey.pem# The private key 45private_key = $dir/private/cakey.pem# The private key
46RANDFILE = $dir/private/.rand # private random number file 46RANDFILE = $dir/private/.rand # private random number file
47 47
48x509_extensions = v3_ca # The extentions to add to the cert 48x509_extensions = v3_ca # The extensions to add to the cert
49 49
50name_opt = ca_default # Subject Name options 50name_opt = ca_default # Subject Name options
51cert_opt = ca_default # Certificate field options 51cert_opt = ca_default # Certificate field options