14 lines
261 B
Text
14 lines
261 B
Text
|
[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
|