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 | 0b683a9 | 2023-05-24 16:06:30 +0200 | [diff] [blame] | 15 | [v3_req_authorityKeyId_no_issuer] |
Przemek Stekiel | 1969f6a | 2023-04-18 08:38:16 +0200 | [diff] [blame] | 16 | subjectKeyIdentifier = hash |
Przemek Stekiel | 0b683a9 | 2023-05-24 16:06:30 +0200 | [diff] [blame] | 17 | authorityKeyIdentifier = keyid:always |
| 18 | [v3_req_no_authorityKeyId] |
Przemek Stekiel | 1969f6a | 2023-04-18 08:38:16 +0200 | [diff] [blame] | 19 | subjectKeyIdentifier = hash |