diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-08-20 16:43:03 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-08-20 18:22:39 +0100 |
commit | 9641b6648d2d2d87e14856f9c3383deb86772757 (patch) | |
tree | bbcc9665596db809d4ced5dd463e72de73e08b3e /test/confs | |
parent | ba47f2909371787b76d213ea012c6b950f9f8080 (diff) |
OpenSSL: fix reload of changed OCSP proof
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/1102 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/confs/1102 b/test/confs/1102 index 2bab6e804..23afc36ee 100644 --- a/test/confs/1102 +++ b/test/confs/1102 @@ -9,7 +9,9 @@ primary_hostname = myhost.test.ex tls_advertise_hosts = * tls_certificate = DIR/tmp/certs/servercert -tls_privatekey = DIR/tmp/certs/serverkey +tls_privatekey = DIR/tmp/certs/serverkey +tls_ocsp_file = DIR/tmp/certs/ocsp_proof + #tls_verify_certificates = DIR/aux-fixed/cert2 tls_verify_certificates = system,cache |