Testsuite: testcase for Bug 2198
[exim.git] / test / confs / 5840
index 01c114252a5c52d45daa6196d7d146d095a2c1d9..1a16e1c09f0440a982b64ed5469ea24c71563708 100644 (file)
@@ -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 -----