aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tunnel/test/keys/agent3.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tunnel/test/keys/agent3.cnf')
-rw-r--r--node_modules/tunnel/test/keys/agent3.cnf19
1 files changed, 19 insertions, 0 deletions
diff --git a/node_modules/tunnel/test/keys/agent3.cnf b/node_modules/tunnel/test/keys/agent3.cnf
new file mode 100644
index 0000000..26db5ba
--- /dev/null
+++ b/node_modules/tunnel/test/keys/agent3.cnf
@@ -0,0 +1,19 @@
+[ 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 = agent3
+emailAddress = ry@tinyclouds.org
+
+[ req_attributes ]
+challengePassword = A challenge password
+