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. --- tests/secure_cert/client.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/secure_cert/client.conf') diff --git a/tests/secure_cert/client.conf b/tests/secure_cert/client.conf index 68a14aa..b8c7908 100644 --- a/tests/secure_cert/client.conf +++ b/tests/secure_cert/client.conf @@ -3,9 +3,9 @@ applicationUri = urn:localhost:bobink:Client -certificate = certs/Client_cert.der -privateKey = certs/Client_key.der -trustStore = certs/trust/client +certificate = tests/secure_cert/certs/Client/cert.der +privateKey = tests/secure_cert/certs/Client/key.der +trustStore = tests/secure_cert/certs/trust securityMode = SignAndEncrypt securityPolicy = Aes256_Sha256_RsaPss -- cgit v1.2.3