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 |
Gilles Peskine | 15ad579 | 2018-03-22 22:21:55 +0100 | [diff] [blame] | 17 | |
Manuel Pégourié-Gonnard | fd3e4fb | 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 | a63305d | 2018-03-14 12:23:56 +0100 | [diff] [blame] | 24 | [crl_ext_idp_nc] |
| 25 | issuingDistributionPoint=@idpdata |
| 26 | |
Manuel Pégourié-Gonnard | fd3e4fb | 2018-03-13 11:53:30 +0100 | [diff] [blame] | 27 | [idpdata] |
| 28 | fullname=URI:http://pki.example.com/ |