TLS: pre-generate and load server selfsigned cert, when one is to be used
[users/heiko/exim.git] / test / confs / 2106
1 # Exim test configuration 2106
2
3 .include DIR/aux-var/tls_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 tls_advertise_hosts = *
10
11 tls_certificate = DIR/aux-fixed/cert1
12 tls_privatekey = DIR/aux-fixed/cert1
13
14 smtp_receive_timeout = 1s
15
16 # End