summaryrefslogtreecommitdiffstats
path: root/net/data/ssl/scripts/ee.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'net/data/ssl/scripts/ee.cnf')
-rw-r--r--net/data/ssl/scripts/ee.cnf18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/data/ssl/scripts/ee.cnf b/net/data/ssl/scripts/ee.cnf
new file mode 100644
index 0000000..76e5ff6
--- /dev/null
+++ b/net/data/ssl/scripts/ee.cnf
@@ -0,0 +1,18 @@
+[req]
+default_bits = $ENV::KEY_SIZE
+default_md = sha1
+string_mask = utf8only
+prompt = no
+encrypt_key = no
+distinguished_name = req_dn
+req_extensions = req_extensions
+
+[req_dn]
+C = US
+ST = California
+L = Mountain View
+O = Test CA
+CN = 127.0.0.1
+
+[req_extensions]
+subjectAltName = IP:127.0.0.1