Przemek Stekiel | 5ff986c | 2023-04-06 09:22:20 +0200 | [diff] [blame] | 1 | [req] |
| 2 | distinguished_name = req_distinguished_name |
| 3 | x509_extensions = v3_req |
| 4 | prompt = no |
| 5 | [req_distinguished_name] |
| 6 | countryName = NL |
| 7 | organizationalUnitName = PolarSSL |
| 8 | commonName = PolarSSL Test CA |
| 9 | [v3_req] |
| 10 | subjectKeyIdentifier = hash |
| 11 | authorityKeyIdentifier = keyid:always,issuer:always |
Przemek Stekiel | 1969f6a | 2023-04-18 08:38:16 +0200 | [diff] [blame] | 12 | [v3_req_authorityKeyId_no_keyid] |
| 13 | subjectKeyIdentifier = hash |
| 14 | authorityKeyIdentifier = issuer:always |
Przemek Stekiel | 05d5c3e | 2023-05-16 16:24:44 +0200 | [diff] [blame] | 15 | [v3_req_no_authorityKeyId] |
Przemek Stekiel | 1969f6a | 2023-04-18 08:38:16 +0200 | [diff] [blame] | 16 | subjectKeyIdentifier = hash |
| 17 | [v3_req_authorityKeyId_empty] |
| 18 | subjectKeyIdentifier = hash |