From 0a6583aeed9a8f69d8c93785c11ece2a36e9c3d8 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 1 Sep 2016 21:08:32 +0100 Subject: Testsuite: fix GnuTLS OCSP testing --- test/confs/5650 | 4 ++-- test/confs/5651 | 4 ++-- test/confs/5730 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test/confs') diff --git a/test/confs/5650 b/test/confs/5650 index ee1ae3c50..ef73220fd 100644 --- a/test/confs/5650 +++ b/test/confs/5650 @@ -3,7 +3,7 @@ CRL= -.include DIR/aux-var/std_conf_prefix +.include DIR/aux-var/tls_conf_prefix primary_hostname = server1.example.com @@ -23,7 +23,7 @@ tls_advertise_hosts = * tls_certificate = DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem tls_privatekey = DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key tls_crl = CRL -tls_ocsp_file = OCSP +tls_ocsp_file = OPT #tls_verify_hosts = HOSTIPV4 #tls_try_verify_hosts = * diff --git a/test/confs/5651 b/test/confs/5651 index 32f8ab67b..5803c3ce9 100644 --- a/test/confs/5651 +++ b/test/confs/5651 @@ -3,7 +3,7 @@ SERVER = -.include DIR/aux-var/std_conf_prefix +.include DIR/aux-var/tls_conf_prefix primary_hostname = server1.example.com @@ -29,7 +29,7 @@ tls_privatekey = ${if eq {SERVER}{server}\ fail} # from cmdline define -tls_ocsp_file = OCSP +tls_ocsp_file = OPT # ------ ACL ------ diff --git a/test/confs/5730 b/test/confs/5730 index 65fde950d..625decec7 100644 --- a/test/confs/5730 +++ b/test/confs/5730 @@ -3,7 +3,7 @@ SERVER = -.include DIR/aux-var/std_conf_prefix +.include DIR/aux-var/tls_conf_prefix primary_hostname = server1.example.com @@ -30,7 +30,7 @@ tls_privatekey = ${if eq {SERVER}{server}\ fail} # from cmdline define -tls_ocsp_file = OCSP +tls_ocsp_file = OPT # ------ ACL ------ -- cgit v1.2.3