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/5650 | |
parent | dcb72db9ece0902199a95f6a06fa56ce10587dd4 (diff) |
Testsuite: fix GnuTLS OCSP testing
Diffstat (limited to 'test/confs/5650')
-rw-r--r-- | test/confs/5650 | 4 |
1 files changed, 2 insertions, 2 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 = * |