| Index: net/data/ssl/scripts/ee.cnf
|
| diff --git a/net/data/ssl/scripts/ee.cnf b/net/data/ssl/scripts/ee.cnf
|
| index 76e5ff6158b8e9181d13b4e379a98059d2be57e5..8f14539387215000bdbfb2c33ac1b21bcdfb22f6 100644
|
| --- a/net/data/ssl/scripts/ee.cnf
|
| +++ b/net/data/ssl/scripts/ee.cnf
|
| @@ -16,3 +16,17 @@ CN = 127.0.0.1
|
|
|
| [req_extensions]
|
| subjectAltName = IP:127.0.0.1
|
| +
|
| +[req_san_sanity]
|
| +subjectAltName = @san_sanity
|
| +
|
| +[san_sanity]
|
| +IP.1 = 127.0.0.2
|
| +IP.2 = FE80::1
|
| +DNS = test.example
|
| +email = test@test.example
|
| +otherName = 1.2.3.4;UTF8:ignore me
|
| +dirName = more_san_sanity
|
| +
|
| +[more_san_sanity]
|
| +CN=127.0.0.3
|
|
|