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 |