diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-01 21:08:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-01 21:19:51 +0100 |
commit | 0a6583aeed9a8f69d8c93785c11ece2a36e9c3d8 (patch) | |
tree | df899771498e5895da46aed1a8c777f66621b6ee /test/confs | |
parent | dcb72db9ece0902199a95f6a06fa56ce10587dd4 (diff) |
Testsuite: fix GnuTLS OCSP testing
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5650 | 4 | ||||
-rw-r--r-- | test/confs/5651 | 4 | ||||
-rw-r--r-- | test/confs/5730 | 4 |
3 files changed, 6 insertions, 6 deletions
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 ------ |