diff options
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | 2023-02-23 16:56:50 +0100 |
---|---|---|
committer | William Lallemand <wlallemand@haproxy.org> | 2023-02-23 17:00:12 +0100 |
commit | af78b7b18d32eb73b5b0adead24749678a064d1c (patch) | |
tree | dc3b5c9466f2c896e00a2566f3b5f323441f3894 | |
parent | 8efb79b5e04d1dafe692ca2fd776d3a9b5136e73 (diff) | |
download | haproxy-20230223-ocsp-test-2.tar.gz |
REGTESTS: ssl: Fix ocsp update crt-lists20230223-ocsp-test-2
The options were after the filters which does not work well and now
raises a warning. It did not break the regtest because the crt-lists
were not actually used by clients.
-rw-r--r-- | reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list | 2 | ||||
-rw-r--r-- | reg-tests/ssl/ocsp_update/multicert_rsa.crt-list | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list b/reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list index 96dd73525..8d28025f3 100644 --- a/reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list +++ b/reg-tests/ssl/ocsp_update/multicert_ecdsa.crt-list @@ -1 +1 @@ -multicert_no_ocsp/server_ocsp_ecdsa.pem * [ocsp-update on] +multicert_no_ocsp/server_ocsp_ecdsa.pem [ocsp-update on] * diff --git a/reg-tests/ssl/ocsp_update/multicert_rsa.crt-list b/reg-tests/ssl/ocsp_update/multicert_rsa.crt-list index 64548677b..5b9a341db 100644 --- a/reg-tests/ssl/ocsp_update/multicert_rsa.crt-list +++ b/reg-tests/ssl/ocsp_update/multicert_rsa.crt-list @@ -1 +1 @@ -multicert_no_ocsp/server_ocsp_rsa.pem * [ocsp-update on] +multicert_no_ocsp/server_ocsp_rsa.pem [ocsp-update on] * |