summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2017-05-09 16:04:48 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2017-05-09 16:04:48 +0200
commit4669ba5e0c25b4ea7c3288f866d71c7d3689d473 (patch)
treec5d99147ddd8104d694b9e1f7ff740816111aa44 /tests
parentb5c2d083ea2b42ee9a2f011719e0c1e0abdfbd41 (diff)
downloadwget-4669ba5e0c25b4ea7c3288f866d71c7d3689d473.tar.gz
Auto-generate interca.conf and rootca.conf
* configure.ac: Add interca.conf.in and rootca.conf.in to AC_CONFIG_FILES * tests/certs/interca.conf: Removed * tests/certs/rootca.conf: Removed * tests/certs/interca.conf.in: New file * tests/certs/rootca.conf.in: New file
Diffstat (limited to 'tests')
-rw-r--r--tests/certs/interca.conf.in (renamed from tests/certs/interca.conf)2
-rw-r--r--tests/certs/rootca.conf.in (renamed from tests/certs/rootca.conf)2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/certs/interca.conf b/tests/certs/interca.conf.in
index f5cd0c3c..5bf28fd7 100644
--- a/tests/certs/interca.conf
+++ b/tests/certs/interca.conf.in
@@ -6,7 +6,7 @@ issuerAltName=issuer:copy
authorityKeyIdentifier=keyid:always
[ myca ]
- dir = ./certs/
+ dir = @abs_srcdir@
new_certs_dir = ./
unique_subject = no
certificate = interca.crt
diff --git a/tests/certs/rootca.conf b/tests/certs/rootca.conf.in
index 49836941..ab6e8af3 100644
--- a/tests/certs/rootca.conf
+++ b/tests/certs/rootca.conf.in
@@ -6,7 +6,7 @@ issuerAltName=issuer:copy
authorityKeyIdentifier=keyid:always
[ myca ]
- dir = ./certs/
+ dir = @abs_srcdir@
new_certs_dir = ./
unique_subject = no
certificate = $dir/test-ca-cert.pem