mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 06:18:10 +00:00
22 lines
400 B
Text
22 lines
400 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
|
|
|
|
[test_ca]
|
|
database = /dev/null
|
|
|
|
[crl_ext_idp]
|
|
issuingDistributionPoint=critical, @idpdata
|
|
|
|
[idpdata]
|
|
fullname=URI:http://pki.example.com/
|