]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.dnsdist/configServer.conf
Merge pull request #8945 from rgacogne/ddist-x-forwarded-for
[thirdparty/pdns.git] / regression-tests.dnsdist / configServer.conf
index 030cd5959f4215ac57518a549a2b3e79be83a19f..f1aa4c7feddbb3ff07fe529033afbf40108b29ff 100644 (file)
@@ -3,9 +3,18 @@ default_bits = 2048
 encrypt_key = no
 prompt = no
 distinguished_name = server_distinguished_name
+req_extensions = v3_req
 
 [server_distinguished_name]
 CN = tls.tests.dnsdist.org
 OU = PowerDNS.com BV
 countryName = NL
 
+[v3_req]
+basicConstraints = CA:FALSE
+keyUsage = nonRepudiation, digitalSignature, keyEncipherment
+subjectAltName = @alt_names
+
+[alt_names]
+DNS.1 = tls.tests.dnsdist.org
+DNS.2 = powerdns.com