mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-24 00:15:39 +01:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
|
[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
|