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/none_anon/server_lds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/none_anon/server_lds.conf') diff --git a/tests/none_anon/server_lds.conf b/tests/none_anon/server_lds.conf index cf1ae45..7b15b20 100644 --- a/tests/none_anon/server_lds.conf +++ b/tests/none_anon/server_lds.conf @@ -1,7 +1,7 @@ # ServerLDS — test: none_anon port = 14840 -applicationUri = urn:bobink.ServerLDS +applicationUri = urn:localhost:bobink:ServerLDS certificate = certs/ServerLDS_cert.der privateKey = certs/ServerLDS_key.der cleanupTimeout = 60 -- cgit v1.2.3