| [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 |
| |
| [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 |
| |
| [req_spdy_pooling] |
| subjectAltName = @spdy_pooling |
| |
| [more_san_sanity] |
| CN=127.0.0.3 |
| |
| [spdy_pooling] |
| DNS.1 = www.example.org |
| DNS.2 = mail.example.org |
| DNS.3 = mail.example.com |