1 # OCSP stapling, server, multiple certs
5 exim -z '1: Server sends good staple on request, to client requiring RSA auth'
8 exim -bd -oX PORT_D -DSERVER=server
11 -DOPT=NONE:+SIGN-RSA-SHA256:+VERS-TLS-ALL:+ECDHE-RSA:+DHE-RSA:+RSA:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509 \
12 -DCERT=DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem \
23 exim -z '2: Server sends good staple on request, to client preferring ECDSA auth'
26 exim -bd -oX PORT_D -DSERVER=server
29 -DOPT=NONE:+SIGN-ECDSA-SHA512:+VERS-TLS-ALL:+KX-ALL:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509 \
30 -DCERT=DIR/aux-fixed/exim-ca/example_ec.com/server1.example_ec.com/ca_chain.pem \