2017-05-05 18:56:12 +02:00
|
|
|
[req]
|
|
|
|
x509_extensions = v3_ca
|
|
|
|
distinguished_name = req_dn
|
|
|
|
|
|
|
|
[req_dn]
|
|
|
|
countryName = NL
|
|
|
|
organizationalUnitName = PolarSSL
|
|
|
|
commonName = PolarSSL Test CA
|
|
|
|
|
|
|
|
[v3_ca]
|
|
|
|
subjectKeyIdentifier=hash
|
|
|
|
authorityKeyIdentifier=keyid:always,issuer:always
|
|
|
|
basicConstraints = CA:true
|
2017-06-29 09:48:08 +02:00
|
|
|
|
2019-03-21 12:40:13 +01:00
|
|
|
[othername_san]
|
|
|
|
subjectAltName=otherName:1.3.6.1.5.5.7.8.4;SEQ:hw_module_name
|
|
|
|
|
|
|
|
[unsupoported_othername_san]
|
|
|
|
subjectAltName=otherName:1.2.3.4;UTF8:some other identifier
|
|
|
|
|
2019-02-12 14:03:42 +01:00
|
|
|
[dns_alt_names]
|
|
|
|
subjectAltName=DNS:example.com, DNS:example.net, DNS:*.example.org
|
|
|
|
|
2019-03-21 12:40:13 +01:00
|
|
|
[alt_names]
|
|
|
|
DNS.1=example.com
|
|
|
|
otherName.1=1.3.6.1.5.5.7.8.4;SEQ:hw_module_name
|
|
|
|
DNS.2=example.net
|
|
|
|
DNS.3=*.example.org
|
|
|
|
|
|
|
|
[multiple_san]
|
|
|
|
subjectAltName=@alt_names
|
|
|
|
|
|
|
|
[hw_module_name]
|
|
|
|
hwtype = OID:1.3.6.1.4.1.17.3
|
|
|
|
hwserial = OCT:123456
|
|
|
|
|
2019-03-21 13:00:03 +01:00
|
|
|
[v3_any_policy_ca]
|
|
|
|
basicConstraints = CA:true
|
|
|
|
certificatePolicies = 2.5.29.32.0
|
|
|
|
|
|
|
|
[v3_any_policy_qualifier_ca]
|
|
|
|
basicConstraints = CA:true
|
|
|
|
certificatePolicies = @policy_info
|
|
|
|
|
|
|
|
[v3_multi_policy_ca]
|
|
|
|
basicConstraints = CA:true
|
|
|
|
certificatePolicies = 1.2.3.4,2.5.29.32.0
|
|
|
|
|
|
|
|
[v3_unsupported_policy_ca]
|
|
|
|
basicConstraints = CA:true
|
|
|
|
certificatePolicies = 1.2.3.4
|
|
|
|
|
|
|
|
[policy_info]
|
|
|
|
policyIdentifier = 2.5.29.32.0
|
|
|
|
CPS.1 ="CPS uri string"
|
|
|
|
|
2019-03-25 13:05:23 +01:00
|
|
|
[fan_cert]
|
|
|
|
extendedKeyUsage = 1.3.6.1.4.1.45605.1
|
|
|
|
|
2017-06-29 09:48:08 +02:00
|
|
|
[noext_ca]
|
|
|
|
basicConstraints = CA:true
|
2018-03-22 22:21:55 +01:00
|
|
|
|
2018-03-13 11:53:30 +01:00
|
|
|
[test_ca]
|
|
|
|
database = /dev/null
|
|
|
|
|
|
|
|
[crl_ext_idp]
|
|
|
|
issuingDistributionPoint=critical, @idpdata
|
|
|
|
|
2018-03-14 12:23:56 +01:00
|
|
|
[crl_ext_idp_nc]
|
|
|
|
issuingDistributionPoint=@idpdata
|
|
|
|
|
2018-03-13 11:53:30 +01:00
|
|
|
[idpdata]
|
|
|
|
fullname=URI:http://pki.example.com/
|
2020-07-23 12:39:53 +02:00
|
|
|
|
|
|
|
# these IPs are the ascii values for 'abcd' and 'abcd.example.com'
|
|
|
|
[tricky_ip_san]
|
|
|
|
subjectAltName=IP:97.98.99.100,IP:6162:6364:2e65:7861:6d70:6c65:2e63:6f6d
|