mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-05-13 00:04:14 +08:00
1a3a83f332
git-subtree-dir: Sources/mbedTLS git-subtree-split: 432b4b7989445a34940658e45557072e6e782d62
29 lines
491 B
Plaintext
29 lines
491 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
|
|
|
|
[noext_ca]
|
|
basicConstraints = CA:true
|
|
|
|
[test_ca]
|
|
database = /dev/null
|
|
|
|
[crl_ext_idp]
|
|
issuingDistributionPoint=critical, @idpdata
|
|
|
|
[crl_ext_idp_nc]
|
|
issuingDistributionPoint=@idpdata
|
|
|
|
[idpdata]
|
|
fullname=URI:http://pki.example.com/
|