Skip to content

Commit

Permalink
Introduce x_testsdir
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Apr 17, 2022
1 parent 34ea50a commit c6bcfed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/citest.conf
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# CI tests use the domain example.com and have no access to live servers

[DEFAULT]
basedir = dummy
hostname = dummyhost
nameserver = dns.example.com
ttl = 3
x_testsdir = .

[apex]
hostname = .

[tlsa]
action = dane-tlsa
cert_1_path = ${basedir}/cert.pem
cert_1_path = ${x_testsdir}/cert.pem
cert_2_path = foo
domain = dummy.example.com

Expand All @@ -27,6 +27,6 @@ nameserver = www.github.com

[dane]
action = dane-tlsa
cert_1_path = citest.crt
cert_1_path = ${x_testsdir}/citest.crt
domain = dummy.example.com
hostname = mail

0 comments on commit c6bcfed

Please sign in to comment.