Chromium Code Reviews| Index: net/data/ssl/scripts/ee.cnf |
| diff --git a/net/data/ssl/scripts/ee.cnf b/net/data/ssl/scripts/ee.cnf |
| index 8f14539387215000bdbfb2c33ac1b21bcdfb22f6..ea37581aae68c43b8b5711519a0c8d1b973161d4 100644 |
| --- a/net/data/ssl/scripts/ee.cnf |
| +++ b/net/data/ssl/scripts/ee.cnf |
| @@ -28,5 +28,14 @@ email = test@test.example |
| otherName = 1.2.3.4;UTF8:ignore me |
| dirName = more_san_sanity |
| +[req_spdy_pooling] |
| +subjectAltName = @spdy_pooling |
| + |
| +[spdy_pooling] |
| +DNS.1 = www.example.org |
| +DNS.2 = mail.example.org |
| +DNS.3 = mail.example.com |
|
Ryan Sleevi
2012/09/12 22:24:31
nit: Move these after [more_san_sanity] (which is
Ryan Hamilton
2012/09/12 22:30:33
Done.
|
| + |
| + |
| [more_san_sanity] |
| CN=127.0.0.3 |