Gilles Peskine | f040a17 | 2017-05-05 18:56:12 +0200 | [diff] [blame] | 1 | [req] |
2 | x509_extensions = v3_ca | ||||
3 | distinguished_name = req_dn | ||||
4 | |||||
5 | [req_dn] | ||||
6 | countryName = NL | ||||
7 | organizationalUnitName = PolarSSL | ||||
8 | commonName = PolarSSL Test CA | ||||
9 | |||||
10 | [v3_ca] | ||||
11 | subjectKeyIdentifier=hash | ||||
12 | authorityKeyIdentifier=keyid:always,issuer:always | ||||
13 | basicConstraints = CA:true | ||||
Manuel Pégourié-Gonnard | c10afdb | 2017-06-29 09:48:08 +0200 | [diff] [blame^] | 14 | |
15 | [noext_ca] | ||||
16 | basicConstraints = CA:true |