Minos Galanakis | 2c824b4 | 2025-03-20 09:28:45 +0000 | [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 |