aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tunnel/test/keys/ca1.cnf
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2019-09-22 20:27:41 -0400
committerJakob Odersky <jakob@odersky.com>2019-09-22 22:04:57 -0400
commitcbd98bd0f31142ba17138f3bba9941a705fe5109 (patch)
tree3daef11e2fdde33b68de18e1729c46a217a9c01d /node_modules/tunnel/test/keys/ca1.cnf
downloadsetup-mill-cbd98bd0f31142ba17138f3bba9941a705fe5109.tar.gz
setup-mill-cbd98bd0f31142ba17138f3bba9941a705fe5109.tar.bz2
setup-mill-cbd98bd0f31142ba17138f3bba9941a705fe5109.zip
Initial commitv0.1.0
Diffstat (limited to 'node_modules/tunnel/test/keys/ca1.cnf')
-rw-r--r--node_modules/tunnel/test/keys/ca1.cnf17
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/tunnel/test/keys/ca1.cnf b/node_modules/tunnel/test/keys/ca1.cnf
new file mode 100644
index 0000000..dcb0637
--- /dev/null
+++ b/node_modules/tunnel/test/keys/ca1.cnf
@@ -0,0 +1,17 @@
+[ req ]
+default_bits = 1024
+days = 9999
+distinguished_name = req_distinguished_name
+attributes = req_attributes
+prompt = no
+output_password = password
+
+[ req_distinguished_name ]
+C = JP
+OU = nodejs_jp
+CN = ca1
+emailAddress = koichik@improvement.jp
+
+[ req_attributes ]
+challengePassword = A challenge password
+