Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsdist: Fix regression tests with Python 3.13 #15003

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions regression-tests.dnsdist/configCA.conf
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
[req]
default_bits = 2048
encrypt_key = no
x509_extensions = custom_extensions
prompt = no
distinguished_name = distinguished_name

[v3_ca]
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
Loading