From 5f5e172cd2392952162398c85b07e6f6b7e69398 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 18 Feb 2026 22:30:06 +0100 Subject: Move certificates into per-test directories Each secure test now has its own certs/ subfolder with per-identity subdirectories and a single shared trust store. Configs reference paths relative to the project root (e.g. tests/secure_anonymous/ certs/ServerLDS/cert.der). Cert generation logic removed from test scripts since certs are now pre-generated and committed. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2bef7c5..2767e20 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,6 @@ compile_commands.json # Editor / IDE caches .cache/ -# Certificates (generated, contain private keys) -certs/ - # Claude Code local state .claude/ -- cgit v1.2.3