From 854586e1495b0a0f4be2a561c419ec4671009dbd Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 16 Dec 2017 02:05:13 +0000 Subject: Testsuite: testcase for Bug 2198 --- test/confs/5840 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/confs') diff --git a/test/confs/5840 b/test/confs/5840 index 01c114252..1a16e1c09 100644 --- a/test/confs/5840 +++ b/test/confs/5840 @@ -25,17 +25,25 @@ tls_advertise_hosts = * CDIR1 = DIR/aux-fixed CDIR2 = DIR/aux-fixed/exim-ca/example.com/server1.example.com +.ifdef CERT +tls_certificate = CERT +.else tls_certificate = ${if eq {SERVER}{server} \ {${if or {{eq {DETAILS}{ta}} {eq {DETAILS}{ca}}} \ {CDIR2/fullchain.pem}\ {CDIR1/cert1}}}\ fail} +.endif +.ifdef ALLOW +tls_privatekey = ALLOW +.else tls_privatekey = ${if eq {SERVER}{server} \ {${if or {{eq {DETAILS}{ta}} {eq {DETAILS}{ca}}} \ {CDIR2/server1.example.com.unlocked.key}\ {CDIR1/cert1}}}\ fail} +.endif # ----- Routers ----- -- cgit v1.2.3