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 | |
Ron Eldor | b2dc3fa | 2019-03-21 13:40:13 +0200 | [diff] [blame^] | 15 | [othername_san] |
| 16 | subjectAltName=otherName:1.3.6.1.5.5.7.8.4;SEQ:hw_module_name |
| 17 | |
| 18 | [unsupoported_othername_san] |
| 19 | subjectAltName=otherName:1.2.3.4;UTF8:some other identifier |
| 20 | |
| 21 | [alt_names] |
| 22 | DNS.1=example.com |
| 23 | otherName.1=1.3.6.1.5.5.7.8.4;SEQ:hw_module_name |
| 24 | DNS.2=example.net |
| 25 | DNS.3=*.example.org |
| 26 | |
| 27 | [multiple_san] |
| 28 | subjectAltName=@alt_names |
| 29 | |
| 30 | [hw_module_name] |
| 31 | hwtype = OID:1.3.6.1.4.1.17.3 |
| 32 | hwserial = OCT:123456 |
| 33 | |
Manuel Pégourié-Gonnard | c10afdb | 2017-06-29 09:48:08 +0200 | [diff] [blame] | 34 | [noext_ca] |
| 35 | basicConstraints = CA:true |
Gilles Peskine | 15ad579 | 2018-03-22 22:21:55 +0100 | [diff] [blame] | 36 | |
Manuel Pégourié-Gonnard | fd3e4fb | 2018-03-13 11:53:30 +0100 | [diff] [blame] | 37 | [test_ca] |
| 38 | database = /dev/null |
| 39 | |
| 40 | [crl_ext_idp] |
| 41 | issuingDistributionPoint=critical, @idpdata |
| 42 | |
Manuel Pégourié-Gonnard | a63305d | 2018-03-14 12:23:56 +0100 | [diff] [blame] | 43 | [crl_ext_idp_nc] |
| 44 | issuingDistributionPoint=@idpdata |
| 45 | |
Manuel Pégourié-Gonnard | fd3e4fb | 2018-03-13 11:53:30 +0100 | [diff] [blame] | 46 | [idpdata] |
| 47 | fullname=URI:http://pki.example.com/ |