early-access version 1255
This commit is contained in:
28
externals/mbedtls/tests/data_files/test-ca.opensslconf
vendored
Executable file
28
externals/mbedtls/tests/data_files/test-ca.opensslconf
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
[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/
|
Reference in New Issue
Block a user