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 | |
Ron Eldor | 74d9acc | 2019-03-21 14:00:03 +0200 | [diff] [blame] | 34 | [v3_any_policy_ca] |
| 35 | basicConstraints = CA:true |
| 36 | certificatePolicies = 2.5.29.32.0 |
| 37 | |
| 38 | [v3_any_policy_qualifier_ca] |
| 39 | basicConstraints = CA:true |
| 40 | certificatePolicies = @policy_info |
| 41 | |
| 42 | [v3_multi_policy_ca] |
| 43 | basicConstraints = CA:true |
| 44 | certificatePolicies = 1.2.3.4,2.5.29.32.0 |
| 45 | |
| 46 | [v3_unsupported_policy_ca] |
| 47 | basicConstraints = CA:true |
| 48 | certificatePolicies = 1.2.3.4 |
| 49 | |
| 50 | [policy_info] |
| 51 | policyIdentifier = 2.5.29.32.0 |
| 52 | CPS.1 ="CPS uri string" |
| 53 | |
Ron Eldor | 3c4734a | 2019-03-25 14:05:23 +0200 | [diff] [blame^] | 54 | [fan_cert] |
| 55 | extendedKeyUsage = 1.3.6.1.4.1.45605.1 |
| 56 | |
Manuel Pégourié-Gonnard | c10afdb | 2017-06-29 09:48:08 +0200 | [diff] [blame] | 57 | [noext_ca] |
| 58 | basicConstraints = CA:true |
Gilles Peskine | 15ad579 | 2018-03-22 22:21:55 +0100 | [diff] [blame] | 59 | |
Manuel Pégourié-Gonnard | fd3e4fb | 2018-03-13 11:53:30 +0100 | [diff] [blame] | 60 | [test_ca] |
| 61 | database = /dev/null |
| 62 | |
| 63 | [crl_ext_idp] |
| 64 | issuingDistributionPoint=critical, @idpdata |
| 65 | |
Manuel Pégourié-Gonnard | a63305d | 2018-03-14 12:23:56 +0100 | [diff] [blame] | 66 | [crl_ext_idp_nc] |
| 67 | issuingDistributionPoint=@idpdata |
| 68 | |
Manuel Pégourié-Gonnard | fd3e4fb | 2018-03-13 11:53:30 +0100 | [diff] [blame] | 69 | [idpdata] |
| 70 | fullname=URI:http://pki.example.com/ |