From 4e7b6e191227de47ef297189e42a68cbdddadee7 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 18 Feb 2026 10:49:22 +0100 Subject: Rename ClientFindServers certificate identity to Client The unified client program is no longer just for FindServers. Regenerated the certificate as "Client" and updated all configs, trust store symlinks, readme, and script comments. --- tests/aes256_anon/client.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/aes256_anon/client.conf') diff --git a/tests/aes256_anon/client.conf b/tests/aes256_anon/client.conf index d8d5ab2..5141e2c 100644 --- a/tests/aes256_anon/client.conf +++ b/tests/aes256_anon/client.conf @@ -1,9 +1,9 @@ # Client — test: aes256_anon -applicationUri = urn:localhost:bobink:ClientFindServers +applicationUri = urn:localhost:bobink:Client -certificate = certs/ClientFindServers_cert.der -privateKey = certs/ClientFindServers_key.der +certificate = certs/Client_cert.der +privateKey = certs/Client_key.der trustStore = certs/trust/client securityMode = SignAndEncrypt -- cgit v1.2.3