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
|
|
|
|
|
|
|
[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/
|