diff --git a/regression-tests.dnsdist/configCA.conf b/regression-tests.dnsdist/configCA.conf index ddb427ce01c3..cd71e1e3b9fa 100644 --- a/regression-tests.dnsdist/configCA.conf +++ b/regression-tests.dnsdist/configCA.conf @@ -1,7 +1,6 @@ [req] default_bits = 2048 encrypt_key = no -x509_extensions = custom_extensions prompt = no distinguished_name = distinguished_name @@ -9,15 +8,12 @@ distinguished_name = distinguished_name subjectKeyIdentifier = hash authorityKeyIdentifier = keyid:always,issuer:always basicConstraints = critical, CA:true +keyUsage = critical, cRLSign, keyCertSign [distinguished_name] CN = DNSDist TLS regression tests CA OU = PowerDNS.com BV countryName = NL -[custom_extensions] -basicConstraints = CA:true -keyUsage = cRLSign, keyCertSign - [CA_default] copy_extensions = copy