diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-14 20:39:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-14 20:39:52 +0000 |
commit | abe75960b1c9adcd29cfdc1ff4cb2616d178f42e (patch) | |
tree | 20604933323a3074c4b8ea098fbb68f07d5a8afe /scripts/biz-certs/Harry-CA.cnf | |
parent | f3a521d47ca45d2608e648fcea9643cbe9d22710 (diff) |
More certs
svn path=/scripts/biz-certs/33b6d09e.0; revision=958
Diffstat (limited to 'scripts/biz-certs/Harry-CA.cnf')
-rw-r--r-- | scripts/biz-certs/Harry-CA.cnf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/biz-certs/Harry-CA.cnf b/scripts/biz-certs/Harry-CA.cnf new file mode 100644 index 00000000..b6002949 --- /dev/null +++ b/scripts/biz-certs/Harry-CA.cnf @@ -0,0 +1,15 @@ + +[ req ] +distinguished_name = req_dn +x509_extensions = req_x509_ext +prompt = no +default_md = sha1 + +[ req_dn ] +CN = Test Certificate Harry CA + +[ req_x509_ext ] +basicConstraints = CA:true +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid:always + |