summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/CAss.cnf
diff options
context:
space:
mode:
authorjmc <>2022-12-26 07:31:44 +0000
committerjmc <>2022-12-26 07:31:44 +0000
commit356636e322b0470ebdc67f07aee01fd9cc942ac4 (patch)
treebd080f92299fab93a3662f75179fd0523c897c8f /src/lib/libssl/test/CAss.cnf
parent8144b51086b3c46594192ccbec62762e58d61200 (diff)
downloadopenbsd-356636e322b0470ebdc67f07aee01fd9cc942ac4.tar.gz
openbsd-356636e322b0470ebdc67f07aee01fd9cc942ac4.tar.bz2
openbsd-356636e322b0470ebdc67f07aee01fd9cc942ac4.zip
spelling fixes; from paul tagliamonte
ok tb
Diffstat (limited to 'src/lib/libssl/test/CAss.cnf')
-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