]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests.dnsdist/configServer.conf
Merge pull request #8713 from rgacogne/auth-strict-caches-size
[thirdparty/pdns.git] / regression-tests.dnsdist / configServer.conf
1 [req]
2 default_bits = 2048
3 encrypt_key = no
4 prompt = no
5 distinguished_name = server_distinguished_name
6 req_extensions = v3_req
7
8 [server_distinguished_name]
9 CN = tls.tests.dnsdist.org
10 OU = PowerDNS.com BV
11 countryName = NL
12
13 [v3_req]
14 basicConstraints = CA:FALSE
15 keyUsage = nonRepudiation, digitalSignature, keyEncipherment
16 subjectAltName = @alt_names
17
18 [alt_names]
19 DNS.1 = tls.tests.dnsdist.org
20 DNS.2 = powerdns.com