1
0
Fork 0

Add ACME/Certbot E2E tests with Pebble integration and update dependencies in CI workflows

- Introduced `docker-compose-acme-e2e.yml` for end-to-end testing with Pebble test server.
- Added tests to validate ACME challenge routing, certificate issuance, HTTPS functionality, and HAProxy configuration.
- Implemented CA certificate download fixture (`create_pebble_ca_file`) for test session initialization.
- Updated `.gitignore` to exclude Pebble-related files.
- Modified CI workflows to include `needs: [Test]` dependencies for E2E jobs, ensuring proper sequencing.
This commit is contained in:
Joao Gilberto Magalhaes 2026-02-14 17:40:40 -05:00
parent 2e45c3f2e5
commit 3e963228f3
4 changed files with 337 additions and 1 deletions

1
.gitignore vendored
View file

@ -24,3 +24,4 @@ build/
/tests_e2e/docker/jwt_private.pem
/tests_e2e/docker/jwt_pubkey.pem
/tests_e2e/docker/cloudflare_ips.lst
/tests_e2e/docker/pebble-*