]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests.dnsdist/configCA.conf
Merge pull request #8713 from rgacogne/auth-strict-caches-size
[thirdparty/pdns.git] / regression-tests.dnsdist / configCA.conf
1 [req]
2 default_bits = 2048
3 encrypt_key = no
4 x509_extensions = custom_extensions
5 prompt = no
6 distinguished_name = distinguished_name
7
8 [v3_ca]
9 subjectKeyIdentifier = hash
10 authorityKeyIdentifier = keyid:always,issuer:always
11 basicConstraints = critical, CA:true
12
13 [distinguished_name]
14 CN = DNSDist TLS regression tests CA
15 OU = PowerDNS.com BV
16 countryName = NL
17
18 [custom_extensions]
19 basicConstraints = CA:true
20 keyUsage = cRLSign, keyCertSign
21
22 [CA_default]
23 copy_extensions = copy