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/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/aes128_user/client.conf') diff --git a/tests/aes128_user/client.conf b/tests/aes128_user/client.conf index 026cd99..98dd4c4 100644 --- a/tests/aes128_user/client.conf +++ b/tests/aes128_user/client.conf @@ -1,6 +1,6 @@ # Client — test: aes128_user -applicationUri = urn:bobink.ClientFindServers +applicationUri = urn:localhost:bobink:ClientFindServers certificate = certs/ClientFindServers_cert.der privateKey = certs/ClientFindServers_key.der securityMode = SignAndEncrypt -- cgit v1.2.3