diff options
author | Rob Austein <sra@hactrn.net> | 2007-06-19 20:02:31 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-06-19 20:02:31 +0000 |
commit | 3c4d0a04d3b73f03eac771f78029f12e79c43599 (patch) | |
tree | 282ea8455ed47f31117da1a2655806f2607d6a53 /scripts/biz-certs/Bob-Root.cnf | |
parent | fb0a3c4a8734dd2ba141e36cda3bc9c3f439e254 (diff) |
Clean up and add test certs to repository (for now, anyway)
svn path=/scripts/biz-certs-setup.sh; revision=667
Diffstat (limited to 'scripts/biz-certs/Bob-Root.cnf')
-rw-r--r-- | scripts/biz-certs/Bob-Root.cnf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/biz-certs/Bob-Root.cnf b/scripts/biz-certs/Bob-Root.cnf new file mode 100644 index 00000000..d90595fd --- /dev/null +++ b/scripts/biz-certs/Bob-Root.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 Bob Root + +[ req_x509_ext ] +basicConstraints = CA:true +subjectKeyIdentifier = hash +authorityKeyIdentifier = keyid:always + |