aboutsummaryrefslogtreecommitdiff
path: root/scripts/biz-certs/Elena-EE.cnf
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-07-15 17:38:45 +0000
committerRob Austein <sra@hactrn.net>2008-07-15 17:38:45 +0000
commit8f8a7ea81035f9230c2b27588cb1548279d938b8 (patch)
treee1dc812ab16793b7f5f36c4b4fb5f18197625de2 /scripts/biz-certs/Elena-EE.cnf
parent9d7bc8e2696d4616b5c73fe6f88d2e0c5dc9e545 (diff)
Rename a couple of scripts whose names confuse Doxygen. Clean some of
the old test code out of rpkid/ to make real code easier to find. svn path=/rpkid/Doxyfile; revision=1995
Diffstat (limited to 'scripts/biz-certs/Elena-EE.cnf')
-rw-r--r--scripts/biz-certs/Elena-EE.cnf15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/biz-certs/Elena-EE.cnf b/scripts/biz-certs/Elena-EE.cnf
new file mode 100644
index 00000000..dd343585
--- /dev/null
+++ b/scripts/biz-certs/Elena-EE.cnf
@@ -0,0 +1,15 @@
+
+[ req ]
+distinguished_name = req_dn
+x509_extensions = req_x509_ext
+prompt = no
+default_md = sha256
+
+[ req_dn ]
+CN = Test Certificate Elena EE
+
+[ req_x509_ext ]
+basicConstraints = CA:false
+subjectKeyIdentifier = hash
+authorityKeyIdentifier = keyid:always
+