summaryrefslogtreecommitdiff
path: root/test/fixtures/keys/ec.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/keys/ec.cnf')
-rw-r--r--test/fixtures/keys/ec.cnf17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/fixtures/keys/ec.cnf b/test/fixtures/keys/ec.cnf
new file mode 100644
index 0000000000..83ac65c00a
--- /dev/null
+++ b/test/fixtures/keys/ec.cnf
@@ -0,0 +1,17 @@
+[ req ]
+default_bits = 1024
+days = 999
+distinguished_name = req_distinguished_name
+attributes = req_attributes
+prompt = no
+
+[ req_distinguished_name ]
+C = US
+ST = CA
+L = SF
+O = Joyent
+OU = Node.js
+CN = agent2
+emailAddress = ry@tinyclouds.org
+
+[ req_attributes ]