From 229a536a87f6b2075000e659219e0567b45345c5 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 17 Feb 2026 22:30:28 +0100 Subject: Update certificate generation: keep intermediate files, fix URI format Stop deleting intermediate PEM and CNF files so they can be reused. Change default application URI from urn:bobink. to urn:localhost:bobink: to follow proper URN syntax (Qt OPC UA rejects the dotted format). Update all config files and test configs to use the new URI format. --- tests/aes128_user/server_register_client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/aes128_user/server_register_client.conf') diff --git a/tests/aes128_user/server_register_client.conf b/tests/aes128_user/server_register_client.conf index c919f7e..252bbd6 100644 --- a/tests/aes128_user/server_register_client.conf +++ b/tests/aes128_user/server_register_client.conf @@ -1,6 +1,6 @@ # ServerRegister client config — test: aes128_user -applicationUri = urn:bobink.ServerRegister +applicationUri = urn:localhost:bobink:ServerRegister certificate = certs/ServerRegisterClient_cert.der privateKey = certs/ServerRegisterClient_key.der -- cgit v1.2.3