haproxy/.github
Frederic Lecaille 6e94b69665 REGTESTS: ssl: Move all the SSL certificates, keys, crt-lists inside "certs" directory
Move all these files and others for OCSP tests found into reg-tests/ssl
to reg-test/ssl/certs and adapt all the VTC files which use them.

This patch is needed by other tests which have to include the SSL tests.
Indeed, some VTC commands contain paths to these files which cannot
be customized with environment variables, depending on the location the VTC file
is runi from, because VTC does not resolve the environment variables. Only macros
as ${testdir} can be resolved.

For instance this command run from a VTC file from reg-tests/ssl directory cannot
be reused from another directory, except if we add a symbolic link for each certs,
key etc.

 haproxy h1 -cli {
   send "del ssl crt-list ${testdir}/localhost.crt-list ${testdir}/common.pem:1"
 }

This is not what we want. We add a symbolic link to reg-test/ssl/certs to the
directory and modify the command above as follows:

 haproxy h1 -cli {
   send "del ssl crt-list ${testdir}/certs/localhost.crt-list ${testdir}/certs/common.pem:1"
 }
2025-12-08 10:40:59 +01:00
..
actions/setup-vtest CI: move VTest preparation & friends to dedicated composite action 2025-09-22 19:18:23 +02:00
ISSUE_TEMPLATE DOC: Replace issue templates by issue forms 2021-06-24 04:15:04 +02:00
workflows CI: github: make install-bin instead of make install 2025-11-18 20:11:23 +01:00
errorfile CI: github actions: add weekly h2spec test 2020-03-24 21:04:25 +01:00
h2spec.config REGTESTS: ssl: Move all the SSL certificates, keys, crt-lists inside "certs" directory 2025-12-08 10:40:59 +01:00
matrix.py CI: github: update to macos-26 2025-11-03 16:17:36 +01:00
vtest.json CI: Expand use of GitHub Actions for CI 2020-11-10 10:15:17 +01:00