Index: net/data/ssl/scripts/ee.cnf |
diff --git a/net/data/ssl/scripts/ee.cnf b/net/data/ssl/scripts/ee.cnf |
index fa2a89b6ebf46fbc56b5e3a6fd0297b1a1df10e8..1be5e67134eb83303781d8b7c61d28543e5d11ac 100644 |
--- a/net/data/ssl/scripts/ee.cnf |
+++ b/net/data/ssl/scripts/ee.cnf |
@@ -25,12 +25,21 @@ CN = Duplicate |
O = Bar |
CN = Duplicate |
+[req_localhost_cn] |
+C = US |
+ST = California |
+L = Mountain View |
+O = Test CA |
+CN = localhost |
+ |
[req_punycode_dn] |
CN = xn--wgv71a119e.com |
[req_extensions] |
subjectAltName = IP:127.0.0.1 |
+[req_extensions_none] |
Ryan Sleevi
2015/04/04 00:35:24
Nah, we need a san of localhost.
Recall that I'm
estark
2015/04/06 16:41:13
Done.
|
+ |
[req_punycode] |
basicConstraints = critical, CA:true |
subjectAltName = @punycode_san |