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
|