| 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 | 37a560c | 2017-06-29 09:48:08 +0200 | [diff] [blame] | 14 |  | 
|  | 15 | [noext_ca] | 
|  | 16 | basicConstraints = CA:true | 
| Gilles Peskine | 2cfeb88 | 2018-03-23 02:12:44 +0100 | [diff] [blame] | 17 |  | 
| Manuel Pégourié-Gonnard | 5a9f46e | 2018-03-13 11:53:30 +0100 | [diff] [blame] | 18 | [test_ca] | 
|  | 19 | database = /dev/null | 
|  | 20 |  | 
|  | 21 | [crl_ext_idp] | 
|  | 22 | issuingDistributionPoint=critical, @idpdata | 
|  | 23 |  | 
| Manuel Pégourié-Gonnard | dae3fc3 | 2018-03-14 12:23:56 +0100 | [diff] [blame] | 24 | [crl_ext_idp_nc] | 
|  | 25 | issuingDistributionPoint=@idpdata | 
|  | 26 |  | 
| Manuel Pégourié-Gonnard | 5a9f46e | 2018-03-13 11:53:30 +0100 | [diff] [blame] | 27 | [idpdata] | 
|  | 28 | fullname=URI:http://pki.example.com/ |