1 # OCSP stapling, server, multiple chain-element OCSP
6 sudo chown -R EXIMUSER:EXIMGROUP tmp
7 sudo chmod -R a+rwx DIR/tmp/ocsp
9 chdir 'aux-fixed/exim-ca/example.com';
10 system 'cat server1.example.com/server1.example.com.ocsp.signernocert.good.resp.pem CA/Signer.ocsp.signernocert.revoked.resp.pem > DIR/tmp/ocsp/double_r.ocsp.pem';
14 exim -z '1: TLS1.2 Server sends good leaf-staple on request, to client requiring RSA auth'
17 sudo exim -bd -oX PORT_D -DSERVER=server -DLIMIT=TLS1.2
20 exim -odf -DOPT=rsa -DLIMIT=TLS1.2 rsa.auth@test.ex
28 exim -z '2: TLS1.3 Server sends good 3-element staple on request, to client requiring RSA auth'
31 # Prefix with sudo to get SSLKEYLOGFILE to work. Only works on the server.
32 exim -bd -oX PORT_D -DSERVER=server -DLIMIT=TLS1.3
34 exim -odf -DOPT=rsa rsa.auth@test.ex
43 exim -z '3: TLS1.3 Server sends bad nonleaf staple, client detects it'
46 EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server -DLIMIT=TLS1.3 -DCONTROL=bad
48 exim -odf -DOPT=rsa rsa.auth@test.ex