1 # TLS server: creds caching
5 cp DIR/aux-fixed/cert1 DIR/tmp/certs/servercert
6 cp DIR/aux-fixed/cert1 DIR/tmp/certs/serverkey
8 #exim -d-all+tls+receive+timestamp -DSERVER=server -bd -oX PORT_D
9 exim -DSERVER=server -bd -oX PORT_D
11 client-anytls 127.0.0.1 PORT_D
20 RCPT TO:test@example.com
27 # Now overwrite the cert. key?
28 cp DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem DIR/tmp/certs/servercert
29 cp DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key DIR/tmp/certs/serverkey
30 # The watch mech waits 5 sec after the last trigger, so give that time to expire the send another message
32 client-anytls 127.0.0.1 PORT_D
41 RCPT TO:test@example.com