| Andrzej Kurek | 34ccd8d | 2023-07-07 06:32:17 -0400 | [diff] [blame^] | 1 | req_extensions = req_ext |
| 2 | |||||
| 3 | [req_ext] | ||||
| 4 | extendedKeyUsage = serverAuth | ||||
| 5 | subjectAltName = @alt_names | ||||
| 6 | |||||
| 7 | [alt_names] | ||||
| 8 | email = mail@example.com | ||||
| 9 | DNS = example.com | ||||
| 10 | dirName = dirname_sect | ||||
| 11 | IP = 127.0.0.1 | ||||
| 12 | URI = http://pki.example.com | ||||
| 13 | |||||
| 14 | [dirname_sect] | ||||
| 15 | C=UK | ||||
| 16 | O=Mbed TLS | ||||
| 17 | CN=Mbed TLS directoryName SAN | ||||