aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tunnel/test/keys/proxy2.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tunnel/test/keys/proxy2.cnf')
-rw-r--r--node_modules/tunnel/test/keys/proxy2.cnf16
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/tunnel/test/keys/proxy2.cnf b/node_modules/tunnel/test/keys/proxy2.cnf
new file mode 100644
index 0000000..e62c90a
--- /dev/null
+++ b/node_modules/tunnel/test/keys/proxy2.cnf
@@ -0,0 +1,16 @@
+[ req ]
+default_bits = 1024
+days = 9999
+distinguished_name = req_distinguished_name
+attributes = req_attributes
+prompt = no
+
+[ req_distinguished_name ]
+C = JP
+OU = nodejs_jp
+CN = proxy2
+emailAddress = koichik@improvement.jp
+
+[ req_attributes ]
+challengePassword = A challenge password
+